#FDCEF5

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

Shades of Snuff #FDCEF5

Tints of Snuff #FDCEF5

Color information

#FDCEF5 (or 0xFDCEF5) is unknown color: approx Snuff. HEX triplet: FD, CE and F5. RGB value is (253,206,245). Sum of RGB (Red+Green+Blue) = 253+206+245=704 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.94% from 704); Green value is 206 (80.86% from 255 or 29.26% from 704); Blue value is 245 (96.09% from 255 or 34.80% from 704); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCEF5 is #02310A. Grayscale: #E0E0E0. Windows color (decimal): -143627 or 16109309. OLE color: 16109309.

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

Color convert

RGB253206245-
CMYK00.190.030.01
HSL310.21º92.16%90%-
HSV(B)310.21º18.58%99.22%-
XYZ79.0671.6296.04-
YUV224.5139.57148.33-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.94%
GREEN value IS 206 (80.86% from 255) = 29.26%
BLUE value IS 245 (96.09% from 255) = 34.80%
R=35.94%
G=29.26%
B=34.80%

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
Decimal25320624500.190.030.01310.2192.1690
HexFDCEF5013311365c5a
Octal37531636502331466134132
Binary11111101110011101111010101001111110011011010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCEF5; }

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

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

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

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

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

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

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

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