#FCB3EC

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

Shades of Lavender Rose #FCB3EC

Tints of Lavender Rose #FCB3EC

Color information

#FCB3EC (or 0xFCB3EC) is unknown color: approx Lavender Rose. HEX triplet: FC, B3 and EC. RGB value is (252,179,236). Sum of RGB (Red+Green+Blue) = 252+179+236=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 179 (70.31% from 255 or 26.84% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB3EC is #034C13. Grayscale: #CFCFCF. Windows color (decimal): -216084 or 15512572. OLE color: 15512572.

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

Color convert

RGB252179236-
CMYK00.290.060.01
HSL313.15º92.41%84.51%-
HSV(B)313.15º28.97%98.82%-
XYZ71.4158.9986.98-
YUV207.32144.18159.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.78%
GREEN value IS 179 (70.31% from 255) = 26.84%
BLUE value IS 236 (92.58% from 255) = 35.38%
R=37.78%
G=26.84%
B=35.38%

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
Decimal25217923600.290.060.01313.1592.4184.51
HexFCB3EC01D611395c55
Octal37426335403561471134125
Binary111111001011001111101100011101110110011100110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB3EC; }

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

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

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

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

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

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

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

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