#FCEBF6

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

Shades of Lavender Blush #FCEBF6

Tints of Lavender Blush #FCEBF6

Color information

#FCEBF6 (or 0xFCEBF6) is unknown color: approx Lavender Blush. HEX triplet: FC, EB and F6. RGB value is (252,235,246). Sum of RGB (Red+Green+Blue) = 252+235+246=733 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.38% from 733); Green value is 235 (92.19% from 255 or 32.06% from 733); Blue value is 246 (96.48% from 255 or 33.56% from 733); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEBF6 is #031409. Grayscale: #F1F1F1. Windows color (decimal): -201738 or 16182268. OLE color: 16182268.

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

Color convert

RGB252235246-
CMYK00.070.020.01
HSL321.18º73.91%95.49%-
HSV(B)321.18º6.75%98.82%-
XYZ86.4986.7799.38-
YUV241.34130.63135.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.38%
GREEN value IS 235 (92.19% from 255) = 32.06%
BLUE value IS 246 (96.48% from 255) = 33.56%
R=34.38%
G=32.06%
B=33.56%

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
Decimal25223524600.070.020.01321.1873.9195.49
HexFCEBF607211414a5f
Octal3743533660721501112137
Binary111111001110101111110110011110110100000110010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEBF6; }

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

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

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

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

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

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

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

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