#FCE9F5

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

Shades of Lavender Blush #FCE9F5

Tints of Lavender Blush #FCE9F5

Color information

#FCE9F5 (or 0xFCE9F5) is unknown color: approx Lavender Blush. HEX triplet: FC, E9 and F5. RGB value is (252,233,245). Sum of RGB (Red+Green+Blue) = 252+233+245=730 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.52% from 730); Green value is 233 (91.41% from 255 or 31.92% from 730); Blue value is 245 (96.09% from 255 or 33.56% from 730); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE9F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE9F5 is #03160A. Grayscale: #F0F0F0. Windows color (decimal): -202251 or 16116220. OLE color: 16116220.

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

Color convert

RGB252233245-
CMYK00.080.030.01
HSL322.11º76%95.1%-
HSV(B)322.11º7.54%98.82%-
XYZ85.7785.5798.38-
YUV240.05130.79136.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.52%
GREEN value IS 233 (91.41% from 255) = 31.92%
BLUE value IS 245 (96.09% from 255) = 33.56%
R=34.52%
G=31.92%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223324500.080.030.01322.117695.1
HexFCE9F508311424c5f
Octal37435136501031502114137
Binary1111110011101001111101010100011110100001010011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE9F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE9F5; }

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

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

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

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

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

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

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

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