#FCBBEE

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

Shades of Lavender Rose #FCBBEE

Tints of Lavender Rose #FCBBEE

Color information

#FCBBEE (or 0xFCBBEE) is unknown color: approx Lavender Rose. HEX triplet: FC, BB and EE. RGB value is (252,187,238). Sum of RGB (Red+Green+Blue) = 252+187+238=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 187 (73.44% from 255 or 27.62% from 677); Blue value is 238 (93.36% from 255 or 35.16% from 677); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCBBEE is #034411. Grayscale: #D4D4D4. Windows color (decimal): -214034 or 15645692. OLE color: 15645692.

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

Color convert

RGB252187238-
CMYK00.260.060.01
HSL312.92º91.55%86.08%-
HSV(B)312.92º25.79%98.82%-
XYZ73.3562.4189.07-
YUV212.25142.53156.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.22%
GREEN value IS 187 (73.44% from 255) = 27.62%
BLUE value IS 238 (93.36% from 255) = 35.16%
R=37.22%
G=27.62%
B=35.16%

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
Decimal25218723800.260.060.01312.9291.5586.08
HexFCBBEE01A611395c56
Octal37427335603261471134126
Binary111111001011101111101110011010110110011100110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBBEE; }

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

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

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

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

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

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

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

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