#FCEFF8

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

Shades of Lavender Blush #FCEFF8

Tints of Lavender Blush #FCEFF8

Color information

#FCEFF8 (or 0xFCEFF8) is unknown color: approx Lavender Blush. HEX triplet: FC, EF and F8. RGB value is (252,239,248). Sum of RGB (Red+Green+Blue) = 252+239+248=739 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.10% from 739); Green value is 239 (93.75% from 255 or 32.34% from 739); Blue value is 248 (97.27% from 255 or 33.56% from 739); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEFF8 is #031007. Grayscale: #F3F3F3. Windows color (decimal): -200712 or 16314364. OLE color: 16314364.

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

Color convert

RGB252239248-
CMYK00.050.020.01
HSL318.46º68.42%96.27%-
HSV(B)318.46º5.16%98.82%-
XYZ87.9589.21101.39-
YUV243.91130.31133.77-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.10%
GREEN value IS 239 (93.75% from 255) = 32.34%
BLUE value IS 248 (97.27% from 255) = 33.56%
R=34.10%
G=32.34%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223924800.050.020.01318.4668.4296.27
HexFCEFF8052113e4460
Octal3743573700521476104140
Binary111111001110111111111000010110110011111010001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEFF8; }

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

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

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

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

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

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

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

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