#FCE1F5

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

Shades of Lavender Blush #FCE1F5

Tints of Lavender Blush #FCE1F5

Color information

#FCE1F5 (or 0xFCE1F5) is unknown color: approx Lavender Blush. HEX triplet: FC, E1 and F5. RGB value is (252,225,245). Sum of RGB (Red+Green+Blue) = 252+225+245=722 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.90% from 722); Green value is 225 (88.28% from 255 or 31.16% from 722); Blue value is 245 (96.09% from 255 or 33.93% from 722); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE1F5 is #031E0A. Grayscale: #EBEBEB. Windows color (decimal): -204299 or 16114172. OLE color: 16114172.

HSL color Cylindrical-coordinate representation of color #FCE1F5: hue angle of 315.56º degrees, saturation: 0.82, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FCE1F5 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB252225245-
CMYK00.110.030.01
HSL315.56º81.82%93.53%-
HSV(B)315.56º10.71%98.82%-
XYZ83.5581.1497.64-
YUV235.35133.45139.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.90%
GREEN value IS 225 (88.28% from 255) = 31.16%
BLUE value IS 245 (96.09% from 255) = 33.93%
R=34.90%
G=31.16%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222524500.110.030.01315.5681.8293.53
HexFCE1F50B3113c525e
Octal37434136501331474122136
Binary1111110011100001111101010101111110011110010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE1F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE1F5; }

 p { color: rgb(252,225,245); }

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

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

 a { background-color: rgb(252,225,245); }

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

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

 span { border-color: rgb(252,225,245); }

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