#FCEFF9

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

Shades of Lavender Blush #FCEFF9

Tints of Lavender Blush #FCEFF9

Color information

#FCEFF9 (or 0xFCEFF9) is unknown color: approx Lavender Blush. HEX triplet: FC, EF and F9. RGB value is (252,239,249). Sum of RGB (Red+Green+Blue) = 252+239+249=740 (98% of max value = 765). Red value is 252 (98.83% from 255 or 34.05% from 740); Green value is 239 (93.75% from 255 or 32.30% from 740); Blue value is 249 (97.66% from 255 or 33.65% from 740); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEFF9 is #031006. Grayscale: #F4F4F4. Windows color (decimal): -200711 or 16379900. OLE color: 16379900.

HSL color Cylindrical-coordinate representation of color #FCEFF9: hue angle of 313.85º degrees, saturation: 0.68, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FCEFF9 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB252239249-
CMYK00.050.010.01
HSL313.85º68.42%96.27%-
HSV(B)313.85º5.16%98.82%-
XYZ88.1189.27102.21-
YUV244.03130.81133.69-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.05%
GREEN value IS 239 (93.75% from 255) = 32.30%
BLUE value IS 249 (97.66% from 255) = 33.65%
R=34.05%
G=32.30%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223924900.050.010.01313.8568.4296.27
HexFCEFF9051113a4460
Octal3743573710511472104140
Binary11111100111011111111100101011110011101010001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEFF9; }

 p { color: rgb(252,239,249); }

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

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

 a { background-color: rgb(252,239,249); }

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

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

 span { border-color: rgb(252,239,249); }

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