#FCBBEC

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

Shades of Lavender Rose #FCBBEC

Tints of Lavender Rose #FCBBEC

Color information

#FCBBEC (or 0xFCBBEC) is unknown color: approx Lavender Rose. HEX triplet: FC, BB and EC. RGB value is (252,187,236). Sum of RGB (Red+Green+Blue) = 252+187+236=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 187 (73.44% from 255 or 27.70% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBBEC is #034413. Grayscale: #D3D3D3. Windows color (decimal): -214036 or 15514620. OLE color: 15514620.

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

Color convert

RGB252187236-
CMYK00.260.060.01
HSL314.77º91.55%86.08%-
HSV(B)314.77º25.79%98.82%-
XYZ73.0662.2987.53-
YUV212.02141.53156.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.33%
GREEN value IS 187 (73.44% from 255) = 27.70%
BLUE value IS 236 (92.58% from 255) = 34.96%
R=37.33%
G=27.70%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218723600.260.060.01314.7791.5586.08
HexFCBBEC01A6113b5c56
Octal37427335403261473134126
Binary111111001011101111101100011010110110011101110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBBEC; }

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

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

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

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

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

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

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

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