#FDCEF6

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

Shades of Snuff #FDCEF6

Tints of Snuff #FDCEF6

Color information

#FDCEF6 (or 0xFDCEF6) is unknown color: approx Snuff. HEX triplet: FD, CE and F6. RGB value is (253,206,246). Sum of RGB (Red+Green+Blue) = 253+206+246=705 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.89% from 705); Green value is 206 (80.86% from 255 or 29.22% from 705); Blue value is 246 (96.48% from 255 or 34.89% from 705); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCEF6 is #023109. Grayscale: #E0E0E0. Windows color (decimal): -143626 or 16174845. OLE color: 16174845.

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

Color convert

RGB253206246-
CMYK00.190.030.01
HSL308.94º92.16%90%-
HSV(B)308.94º18.58%99.22%-
XYZ79.2171.6896.85-
YUV224.61140.07148.25-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.89%
GREEN value IS 206 (80.86% from 255) = 29.22%
BLUE value IS 246 (96.48% from 255) = 34.89%
R=35.89%
G=29.22%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320624600.190.030.01308.9492.1690
HexFDCEF6013311355c5a
Octal37531636602331465134132
Binary11111101110011101111011001001111110011010110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCEF6; }

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

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

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

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

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

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

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

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