#FDCCF5

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

Shades of Snuff #FDCCF5

Tints of Snuff #FDCCF5

Color information

#FDCCF5 (or 0xFDCCF5) is unknown color: approx Snuff. HEX triplet: FD, CC and F5. RGB value is (253,204,245). Sum of RGB (Red+Green+Blue) = 253+204+245=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 204 (80.08% from 255 or 29.06% from 702); Blue value is 245 (96.09% from 255 or 34.90% from 702); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCCF5 is #02330A. Grayscale: #DFDFDF. Windows color (decimal): -144139 or 16108797. OLE color: 16108797.

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

Color convert

RGB253204245-
CMYK00.190.030.01
HSL309.8º92.45%89.61%-
HSV(B)309.8º19.37%99.22%-
XYZ78.5870.6695.88-
YUV223.32140.23149.17-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.04%
GREEN value IS 204 (80.08% from 255) = 29.06%
BLUE value IS 245 (96.09% from 255) = 34.90%
R=36.04%
G=29.06%
B=34.90%

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
Decimal25320424500.190.030.01309.892.4589.61
HexFDCCF5013311365c5a
Octal37531436502331466134132
Binary11111101110011001111010101001111110011011010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCCF5; }

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

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

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

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

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

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

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

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