#FDDCF6

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

Shades of Snuff #FDDCF6

Tints of Snuff #FDDCF6

Color information

#FDDCF6 (or 0xFDDCF6) is unknown color: approx Snuff. HEX triplet: FD, DC and F6. RGB value is (253,220,246). Sum of RGB (Red+Green+Blue) = 253+220+246=719 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.19% from 719); Green value is 220 (86.33% from 255 or 30.60% from 719); Blue value is 246 (96.48% from 255 or 34.21% from 719); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDCF6 is #022309. Grayscale: #E8E8E8. Windows color (decimal): -140042 or 16178429. OLE color: 16178429.

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

Color convert

RGB253220246-
CMYK00.130.030.01
HSL312.73º89.19%92.75%-
HSV(B)312.73º13.04%99.22%-
XYZ82.7478.7298.02-
YUV232.83135.43142.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.19%
GREEN value IS 220 (86.33% from 255) = 30.60%
BLUE value IS 246 (96.48% from 255) = 34.21%
R=35.19%
G=30.60%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322024600.130.030.01312.7389.1992.75
HexFDDCF60D31139595d
Octal37533436601531471131135
Binary1111110111011100111101100110111110011100110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDCF6; }

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

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

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

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

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

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

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

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