#FCBBF5

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

Shades of Lavender Rose #FCBBF5

Tints of Lavender Rose #FCBBF5

Color information

#FCBBF5 (or 0xFCBBF5) is unknown color: approx Lavender Rose. HEX triplet: FC, BB and F5. RGB value is (252,187,245). Sum of RGB (Red+Green+Blue) = 252+187+245=684 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.84% from 684); Green value is 187 (73.44% from 255 or 27.34% from 684); Blue value is 245 (96.09% from 255 or 35.82% from 684); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBBF5 is #03440A. Grayscale: #D4D4D4. Windows color (decimal): -214027 or 16104444. OLE color: 16104444.

HSL color Cylindrical-coordinate representation of color #FCBBF5: hue angle of 306.46º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCBBF5 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB252187245-
CMYK00.260.030.01
HSL306.46º91.55%86.08%-
HSV(B)306.46º25.79%98.82%-
XYZ74.462.8394.59-
YUV213.05146.03155.78-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.84%
GREEN value IS 187 (73.44% from 255) = 27.34%
BLUE value IS 245 (96.09% from 255) = 35.82%
R=36.84%
G=27.34%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218724500.260.030.01306.4691.5586.08
HexFCBBF501A311325c56
Octal37427336503231462134126
Binary11111100101110111111010101101011110011001010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBBF5; }

 p { color: rgb(252,187,245); }

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

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

 a { background-color: rgb(252,187,245); }

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

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

 span { border-color: rgb(252,187,245); }

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