#FCEBF0

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

Shades of Lavender Blush #FCEBF0

Tints of Lavender Blush #FCEBF0

Color information

#FCEBF0 (or 0xFCEBF0) is unknown color: approx Lavender Blush. HEX triplet: FC, EB and F0. RGB value is (252,235,240). Sum of RGB (Red+Green+Blue) = 252+235+240=727 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.66% from 727); Green value is 235 (92.19% from 255 or 32.32% from 727); Blue value is 240 (94.14% from 255 or 33.01% from 727); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEBF0 is #03140F. Grayscale: #F0F0F0. Windows color (decimal): -201744 or 15789052. OLE color: 15789052.

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

Color convert

RGB252235240-
CMYK00.070.050.01
HSL342.35º73.91%95.49%-
HSV(B)342.35º6.75%98.82%-
XYZ85.5886.494.6-
YUV240.65127.63136.09-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.66%
GREEN value IS 235 (92.19% from 255) = 32.32%
BLUE value IS 240 (94.14% from 255) = 33.01%
R=34.66%
G=32.32%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223524000.070.050.01342.3573.9195.49
HexFCEBF007511564a5f
Octal3743533600751526112137
Binary1111110011101011111100000111101110101011010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEBF0; }

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

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

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

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

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

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

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

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