#FCB1EE

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

Shades of Lavender Rose #FCB1EE

Tints of Lavender Rose #FCB1EE

Color information

#FCB1EE (or 0xFCB1EE) is unknown color: approx Lavender Rose. HEX triplet: FC, B1 and EE. RGB value is (252,177,238). Sum of RGB (Red+Green+Blue) = 252+177+238=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 177 (69.53% from 255 or 26.54% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB1EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCB1EE is #034E11. Grayscale: #CECECE. Windows color (decimal): -216594 or 15643132. OLE color: 15643132.

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

Color convert

RGB252177238-
CMYK00.300.060.01
HSL311.2º92.59%84.12%-
HSV(B)311.2º29.76%98.82%-
XYZ71.358.3188.39-
YUV206.38145.85160.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.78%
GREEN value IS 177 (69.53% from 255) = 26.54%
BLUE value IS 238 (93.36% from 255) = 35.68%
R=37.78%
G=26.54%
B=35.68%

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
Decimal25217723800.300.060.01311.292.5984.12
HexFCB1EE01E611375d54
Octal37426135603661467135124
Binary111111001011000111101110011110110110011011110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB1EE; }

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

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

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

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

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

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

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

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