#FCB2EE

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

Shades of Lavender Rose #FCB2EE

Tints of Lavender Rose #FCB2EE

Color information

#FCB2EE (or 0xFCB2EE) is unknown color: approx Lavender Rose. HEX triplet: FC, B2 and EE. RGB value is (252,178,238). Sum of RGB (Red+Green+Blue) = 252+178+238=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 178 (69.92% from 255 or 26.65% from 668); Blue value is 238 (93.36% from 255 or 35.63% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCB2EE is #034D11. Grayscale: #CECECE. Windows color (decimal): -216338 or 15643388. OLE color: 15643388.

HSL color Cylindrical-coordinate representation of color #FCB2EE: hue angle of 311.35º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCB2EE is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB252178238-
CMYK00.290.060.01
HSL311.35º92.5%84.31%-
HSV(B)311.35º29.37%98.82%-
XYZ71.558.7188.45-
YUV206.97145.52160.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.72%
GREEN value IS 178 (69.92% from 255) = 26.65%
BLUE value IS 238 (93.36% from 255) = 35.63%
R=37.72%
G=26.65%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217823800.290.060.01311.3592.584.31
HexFCB2EE01D611375c54
Octal37426235603561467134124
Binary111111001011001011101110011101110110011011110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB2EE; }

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

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

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

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

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

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

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

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