#FCB7EC

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

Shades of Lavender Rose #FCB7EC

Tints of Lavender Rose #FCB7EC

Color information

#FCB7EC (or 0xFCB7EC) is unknown color: approx Lavender Rose. HEX triplet: FC, B7 and EC. RGB value is (252,183,236). Sum of RGB (Red+Green+Blue) = 252+183+236=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 183 (71.88% from 255 or 27.27% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB7EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCB7EC is #034813. Grayscale: #D1D1D1. Windows color (decimal): -215060 or 15513596. OLE color: 15513596.

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

Color convert

RGB252183236-
CMYK00.270.060.01
HSL313.91º92%85.29%-
HSV(B)313.91º27.38%98.82%-
XYZ72.2260.6287.25-
YUV209.67142.86158.19-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.56%
GREEN value IS 183 (71.88% from 255) = 27.27%
BLUE value IS 236 (92.58% from 255) = 35.17%
R=37.56%
G=27.27%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218323600.270.060.01313.919285.29
HexFCB7EC01B6113a5c55
Octal37426735403361472134125
Binary111111001011011111101100011011110110011101010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB7EC; }

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

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

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

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

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

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

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

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