#FDCEF7

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

Shades of Snuff #FDCEF7

Tints of Snuff #FDCEF7

Color information

#FDCEF7 (or 0xFDCEF7) is unknown color: approx Snuff. HEX triplet: FD, CE and F7. RGB value is (253,206,247). Sum of RGB (Red+Green+Blue) = 253+206+247=706 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.84% from 706); Green value is 206 (80.86% from 255 or 29.18% from 706); Blue value is 247 (96.88% from 255 or 34.99% from 706); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCEF7 is #023108. Grayscale: #E0E0E0. Windows color (decimal): -143625 or 16240381. OLE color: 16240381.

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

Color convert

RGB253206247-
CMYK00.190.020.01
HSL307.66º92.16%90%-
HSV(B)307.66º18.58%99.22%-
XYZ79.3771.7497.66-
YUV224.73140.57148.17-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.84%
GREEN value IS 206 (80.86% from 255) = 29.18%
BLUE value IS 247 (96.88% from 255) = 34.99%
R=35.84%
G=29.18%
B=34.99%

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
Decimal25320624700.190.020.01307.6692.1690
HexFDCEF7013211345c5a
Octal37531636702321464134132
Binary11111101110011101111011101001110110011010010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCEF7; }

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

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

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

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

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

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

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

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