#FCBBEB

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

Shades of Lavender Rose #FCBBEB

Tints of Lavender Rose #FCBBEB

Color information

#FCBBEB (or 0xFCBBEB) is unknown color: approx Lavender Rose. HEX triplet: FC, BB and EB. RGB value is (252,187,235). Sum of RGB (Red+Green+Blue) = 252+187+235=674 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.39% from 674); Green value is 187 (73.44% from 255 or 27.74% from 674); Blue value is 235 (92.19% from 255 or 34.87% from 674); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBBEB is #034414. Grayscale: #D3D3D3. Windows color (decimal): -214037 or 15449084. OLE color: 15449084.

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

Color convert

RGB252187235-
CMYK00.260.070.01
HSL315.69º91.55%86.08%-
HSV(B)315.69º25.79%98.82%-
XYZ72.9162.2386.77-
YUV211.91141.03156.6-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.39%
GREEN value IS 187 (73.44% from 255) = 27.74%
BLUE value IS 235 (92.19% from 255) = 34.87%
R=37.39%
G=27.74%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218723500.260.070.01315.6991.5586.08
HexFCBBEB01A7113c5c56
Octal37427335303271474134126
Binary111111001011101111101011011010111110011110010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBBEB; }

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

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

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

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

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

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

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

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