#FDCDF4

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

Shades of Snuff #FDCDF4

Tints of Snuff #FDCDF4

Color information

#FDCDF4 (or 0xFDCDF4) is unknown color: approx Snuff. HEX triplet: FD, CD and F4. RGB value is (253,205,244). Sum of RGB (Red+Green+Blue) = 253+205+244=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 205 (80.47% from 255 or 29.20% from 702); Blue value is 244 (95.70% from 255 or 34.76% from 702); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCDF4 is #02320B. Grayscale: #DFDFDF. Windows color (decimal): -143884 or 16043517. OLE color: 16043517.

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

Color convert

RGB253205244-
CMYK00.190.040.01
HSL311.25º92.31%89.8%-
HSV(B)311.25º18.97%99.22%-
XYZ78.6771.0895.16-
YUV223.8139.4148.83-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.04%
GREEN value IS 205 (80.47% from 255) = 29.20%
BLUE value IS 244 (95.70% from 255) = 34.76%
R=36.04%
G=29.20%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320524400.190.040.01311.2592.3189.8
HexFDCDF4013411375c5a
Octal37531536402341467134132
Binary111111011100110111110100010011100110011011110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCDF4; }

 p { color: rgb(253,205,244); }

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

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

 a { background-color: rgb(253,205,244); }

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

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

 span { border-color: rgb(253,205,244); }

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