#FCEAF5

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

Shades of Lavender Blush #FCEAF5

Tints of Lavender Blush #FCEAF5

Color information

#FCEAF5 (or 0xFCEAF5) is unknown color: approx Lavender Blush. HEX triplet: FC, EA and F5. RGB value is (252,234,245). Sum of RGB (Red+Green+Blue) = 252+234+245=731 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.47% from 731); Green value is 234 (91.80% from 255 or 32.01% from 731); Blue value is 245 (96.09% from 255 or 33.52% from 731); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEAF5 is #03150A. Grayscale: #F0F0F0. Windows color (decimal): -201995 or 16116476. OLE color: 16116476.

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

Color convert

RGB252234245-
CMYK00.070.030.01
HSL323.33º75%95.29%-
HSV(B)323.33º7.14%98.82%-
XYZ86.0586.1398.48-
YUV240.64130.46136.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.47%
GREEN value IS 234 (91.80% from 255) = 32.01%
BLUE value IS 245 (96.09% from 255) = 33.52%
R=34.47%
G=32.01%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223424500.070.030.01323.337595.29
HexFCEAF507311434b5f
Octal3743523650731503113137
Binary111111001110101011110101011111110100001110010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEAF5; }

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

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

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

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

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

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

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

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