#FCB4EC

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

Shades of Lavender Rose #FCB4EC

Tints of Lavender Rose #FCB4EC

Color information

#FCB4EC (or 0xFCB4EC) is unknown color: approx Lavender Rose. HEX triplet: FC, B4 and EC. RGB value is (252,180,236). Sum of RGB (Red+Green+Blue) = 252+180+236=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 180 (70.70% from 255 or 26.95% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB4EC is #034B13. Grayscale: #CFCFCF. Windows color (decimal): -215828 or 15512828. OLE color: 15512828.

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

Color convert

RGB252180236-
CMYK00.290.060.01
HSL313.33º92.31%84.71%-
HSV(B)313.33º28.57%98.82%-
XYZ71.6159.3987.05-
YUV207.91143.85159.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.72%
GREEN value IS 180 (70.70% from 255) = 26.95%
BLUE value IS 236 (92.58% from 255) = 35.33%
R=37.72%
G=26.95%
B=35.33%

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
Decimal25218023600.290.060.01313.3392.3184.71
HexFCB4EC01D611395c55
Octal37426435403561471134125
Binary111111001011010011101100011101110110011100110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB4EC; }

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

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

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

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

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

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

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

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