#FCEFF4

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

Shades of Lavender Blush #FCEFF4

Tints of Lavender Blush #FCEFF4

Color information

#FCEFF4 (or 0xFCEFF4) is unknown color: approx Lavender Blush. HEX triplet: FC, EF and F4. RGB value is (252,239,244). Sum of RGB (Red+Green+Blue) = 252+239+244=735 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.29% from 735); Green value is 239 (93.75% from 255 or 32.52% from 735); Blue value is 244 (95.70% from 255 or 33.20% from 735); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEFF4 is #03100B. Grayscale: #F3F3F3. Windows color (decimal): -200716 or 16052220. OLE color: 16052220.

HSL color Cylindrical-coordinate representation of color #FCEFF4: hue angle of 336.92º 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 #FCEFF4 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB252239244-
CMYK00.050.030.01
HSL336.92º68.42%96.27%-
HSV(B)336.92º5.16%98.82%-
XYZ87.3488.9698.16-
YUV243.46128.31134.09-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.29%
GREEN value IS 239 (93.75% from 255) = 32.52%
BLUE value IS 244 (95.70% from 255) = 33.20%
R=34.29%
G=32.52%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223924400.050.030.01336.9268.4296.27
HexFCEFF405311514460
Octal3743573640531521104140
Binary111111001110111111110100010111110101000110001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEFF4; }

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

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

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

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

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

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

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

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