#FCB4EE

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

Shades of Lavender Rose #FCB4EE

Tints of Lavender Rose #FCB4EE

Color information

#FCB4EE (or 0xFCB4EE) is unknown color: approx Lavender Rose. HEX triplet: FC, B4 and EE. RGB value is (252,180,238). Sum of RGB (Red+Green+Blue) = 252+180+238=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 180 (70.70% from 255 or 26.87% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB4EE is #034B11. Grayscale: #CFCFCF. Windows color (decimal): -215826 or 15643900. OLE color: 15643900.

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

Color convert

RGB252180238-
CMYK00.290.060.01
HSL311.67º92.31%84.71%-
HSV(B)311.67º28.57%98.82%-
XYZ71.959.5188.59-
YUV208.14144.85159.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.61%
GREEN value IS 180 (70.70% from 255) = 26.87%
BLUE value IS 238 (93.36% from 255) = 35.52%
R=37.61%
G=26.87%
B=35.52%

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
Decimal25218023800.290.060.01311.6792.3184.71
HexFCB4EE01D611385c55
Octal37426435603561470134125
Binary111111001011010011101110011101110110011100010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB4EE; }

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

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

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

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

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

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

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

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