#FCBBF6

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

Shades of Lavender Rose #FCBBF6

Tints of Lavender Rose #FCBBF6

Color information

#FCBBF6 (or 0xFCBBF6) is unknown color: approx Lavender Rose. HEX triplet: FC, BB and F6. RGB value is (252,187,246). Sum of RGB (Red+Green+Blue) = 252+187+246=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 187 (73.44% from 255 or 27.30% from 685); Blue value is 246 (96.48% from 255 or 35.91% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBBF6 is #034409. Grayscale: #D4D4D4. Windows color (decimal): -214026 or 16169980. OLE color: 16169980.

HSL color Cylindrical-coordinate representation of color #FCBBF6: hue angle of 305.54º 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 #FCBBF6 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB252187246-
CMYK00.260.020.01
HSL305.54º91.55%86.08%-
HSV(B)305.54º25.79%98.82%-
XYZ74.5562.8995.4-
YUV213.16146.53155.7-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.79%
GREEN value IS 187 (73.44% from 255) = 27.30%
BLUE value IS 246 (96.48% from 255) = 35.91%
R=36.79%
G=27.30%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218724600.260.020.01305.5491.5586.08
HexFCBBF601A211325c56
Octal37427336603221462134126
Binary11111100101110111111011001101010110011001010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBBF6; }

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

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

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

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

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

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

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

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