#FBA4F4

Color #FBA4F4 Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #FBA4F4

Tints of Lavender Rose #FBA4F4

Color information

#FBA4F4 (or 0xFBA4F4) is unknown color: approx Lavender Rose. HEX triplet: FB, A4 and F4. RGB value is (251,164,244). Sum of RGB (Red+Green+Blue) = 251+164+244=659 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.09% from 659); Green value is 164 (64.45% from 255 or 24.89% from 659); Blue value is 244 (95.70% from 255 or 37.03% from 659); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA4F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA4F4 is #045B0B. Grayscale: #C6C6C6. Windows color (decimal): -285452 or 16033019. OLE color: 16033019.

HSL color Cylindrical-coordinate representation of color #FBA4F4: hue angle of 304.83º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBA4F4 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB251164244-
CMYK00.350.030.02
HSL304.83º91.58%81.37%-
HSV(B)304.83º34.66%98.43%-
XYZ69.3953.5992.28-
YUV199.13153.32165-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 251 (98.44% from 255) = 38.09%
GREEN value IS 164 (64.45% from 255) = 24.89%
BLUE value IS 244 (95.70% from 255) = 37.03%
R=38.09%
G=24.89%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116424400.350.030.02304.8391.5881.37
HexFBA4F4023321315c51
Octal37324436404332461134121
Binary1111101110100100111101000100011111010011000110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA4F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA4F4; }

 p { color: rgb(251,164,244); }

 H1.HeaderClassName
 {
   color: #FBA4F4;
 }
 .AnyTagClassName
 {
   color: #FBA4F4;
 }
</style>
background-color css

<style>
 a { background-color: #FBA4F4; }

 a { background-color: rgb(251,164,244); }

 div.DivClassName
 {
   background-color: #FBA4F4;
 }
 .BgClassName
 {
   background-color: #FBA4F4;
 }
</style>
border-color css

<style>
 span { border-color: #FBA4F4; }

 span { border-color: rgb(251,164,244); }

 td.TdClassName
 {
   border-color: #FBA4F4;
 }
 .TagClassName
 {
   border-color: #FBA4F4;
 }
</style>