#FCE6F4

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

Shades of Lavender Blush #FCE6F4

Tints of Lavender Blush #FCE6F4

Color information

#FCE6F4 (or 0xFCE6F4) is unknown color: approx Lavender Blush. HEX triplet: FC, E6 and F4. RGB value is (252,230,244). Sum of RGB (Red+Green+Blue) = 252+230+244=726 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.71% from 726); Green value is 230 (90.23% from 255 or 31.68% from 726); Blue value is 244 (95.70% from 255 or 33.61% from 726); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE6F4 is #03190B. Grayscale: #EEEEEE. Windows color (decimal): -203020 or 16049916. OLE color: 16049916.

HSL color Cylindrical-coordinate representation of color #FCE6F4: hue angle of 321.82º degrees, saturation: 0.79, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FCE6F4 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB252230244-
CMYK00.090.030.01
HSL321.82º78.57%94.51%-
HSV(B)321.82º8.73%98.82%-
XYZ84.7783.8297.3-
YUV238.17131.29137.86-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.71%
GREEN value IS 230 (90.23% from 255) = 31.68%
BLUE value IS 244 (95.70% from 255) = 33.61%
R=34.71%
G=31.68%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223024400.090.030.01321.8278.5794.51
HexFCE6F409311424f5f
Octal37434636401131502117137
Binary1111110011100110111101000100111110100001010011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE6F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE6F4; }

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

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

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

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

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

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

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

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