#FCB0EE

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

Shades of Lavender Rose #FCB0EE

Tints of Lavender Rose #FCB0EE

Color information

#FCB0EE (or 0xFCB0EE) is unknown color: approx Lavender Rose. HEX triplet: FC, B0 and EE. RGB value is (252,176,238). Sum of RGB (Red+Green+Blue) = 252+176+238=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 176 (69.14% from 255 or 26.43% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCB0EE is #034F11. Grayscale: #CDCDCD. Windows color (decimal): -216850 or 15642876. OLE color: 15642876.

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

Color convert

RGB252176238-
CMYK00.300.060.01
HSL311.05º92.68%83.92%-
HSV(B)311.05º30.16%98.82%-
XYZ71.157.9288.32-
YUV205.79146.18160.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.84%
GREEN value IS 176 (69.14% from 255) = 26.43%
BLUE value IS 238 (93.36% from 255) = 35.74%
R=37.84%
G=26.43%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217623800.300.060.01311.0592.6883.92
HexFCB0EE01E611375d54
Octal37426035603661467135124
Binary111111001011000011101110011110110110011011110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB0EE; }

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

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

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

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

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

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

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

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