#FBBBF4

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

Shades of Lavender Rose #FBBBF4

Tints of Lavender Rose #FBBBF4

Color information

#FBBBF4 (or 0xFBBBF4) is unknown color: approx Lavender Rose. HEX triplet: FB, BB and F4. RGB value is (251,187,244). Sum of RGB (Red+Green+Blue) = 251+187+244=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 187 (73.44% from 255 or 27.42% from 682); Blue value is 244 (95.70% from 255 or 35.78% from 682); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBBF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBBF4 is #04440B. Grayscale: #D4D4D4. Windows color (decimal): -279564 or 16038907. OLE color: 16038907.

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

Color convert

RGB251187244-
CMYK00.250.030.02
HSL306.56º88.89%85.88%-
HSV(B)306.56º25.5%98.43%-
XYZ73.8862.5893.77-
YUV212.63145.7155.37-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.80%
GREEN value IS 187 (73.44% from 255) = 27.42%
BLUE value IS 244 (95.70% from 255) = 35.78%
R=36.80%
G=27.42%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118724400.250.030.02306.5688.8985.88
HexFBBBF4019321335956
Octal37327336403132463131126
Binary111110111011101111110100011001111010011001110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBBF4; }

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

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

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

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

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

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

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

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