#FDCEF8

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

Shades of Snuff #FDCEF8

Tints of Snuff #FDCEF8

Color information

#FDCEF8 (or 0xFDCEF8) is unknown color: approx Snuff. HEX triplet: FD, CE and F8. RGB value is (253,206,248). Sum of RGB (Red+Green+Blue) = 253+206+248=707 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.79% from 707); Green value is 206 (80.86% from 255 or 29.14% from 707); Blue value is 248 (97.27% from 255 or 35.08% from 707); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCEF8 is #023107. Grayscale: #E0E0E0. Windows color (decimal): -143624 or 16305917. OLE color: 16305917.

HSL color Cylindrical-coordinate representation of color #FDCEF8: hue angle of 306.38º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDCEF8 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB253206248-
CMYK00.190.020.01
HSL306.38º92.16%90%-
HSV(B)306.38º18.58%99.22%-
XYZ79.5271.898.47-
YUV224.84141.07148.08-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.79%
GREEN value IS 206 (80.86% from 255) = 29.14%
BLUE value IS 248 (97.27% from 255) = 35.08%
R=35.79%
G=29.14%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320624800.190.020.01306.3892.1690
HexFDCEF8013211325c5a
Octal37531637002321462134132
Binary11111101110011101111100001001110110011001010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCEF8; }

 p { color: rgb(253,206,248); }

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

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

 a { background-color: rgb(253,206,248); }

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

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

 span { border-color: rgb(253,206,248); }

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