#FCEBF8

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

Shades of Lavender Blush #FCEBF8

Tints of Lavender Blush #FCEBF8

Color information

#FCEBF8 (or 0xFCEBF8) is unknown color: approx Lavender Blush. HEX triplet: FC, EB and F8. RGB value is (252,235,248). Sum of RGB (Red+Green+Blue) = 252+235+248=735 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.29% from 735); Green value is 235 (92.19% from 255 or 31.97% from 735); Blue value is 248 (97.27% from 255 or 33.74% from 735); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEBF8 is #031407. Grayscale: #F1F1F1. Windows color (decimal): -201736 or 16313340. OLE color: 16313340.

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

Color convert

RGB252235248-
CMYK00.070.020.01
HSL314.12º73.91%95.49%-
HSV(B)314.12º6.75%98.82%-
XYZ86.886.89101-
YUV241.56131.63135.44-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.29%
GREEN value IS 235 (92.19% from 255) = 31.97%
BLUE value IS 248 (97.27% from 255) = 33.74%
R=34.29%
G=31.97%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223524800.070.020.01314.1273.9195.49
HexFCEBF8072113a4a5f
Octal3743533700721472112137
Binary111111001110101111111000011110110011101010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEBF8; }

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

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

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

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

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

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

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

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