#FDCCF4

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

Shades of Snuff #FDCCF4

Tints of Snuff #FDCCF4

Color information

#FDCCF4 (or 0xFDCCF4) is unknown color: approx Snuff. HEX triplet: FD, CC and F4. RGB value is (253,204,244). Sum of RGB (Red+Green+Blue) = 253+204+244=701 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.09% from 701); Green value is 204 (80.08% from 255 or 29.10% from 701); Blue value is 244 (95.70% from 255 or 34.81% from 701); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCCF4 is #02330B. Grayscale: #DFDFDF. Windows color (decimal): -144140 or 16043261. OLE color: 16043261.

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

Color convert

RGB253204244-
CMYK00.190.040.01
HSL311.02º92.45%89.61%-
HSV(B)311.02º19.37%99.22%-
XYZ78.4370.695.08-
YUV223.21139.73149.25-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.09%
GREEN value IS 204 (80.08% from 255) = 29.10%
BLUE value IS 244 (95.70% from 255) = 34.81%
R=36.09%
G=29.10%
B=34.81%

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
Decimal25320424400.190.040.01311.0292.4589.61
HexFDCCF4013411375c5a
Octal37531436402341467134132
Binary111111011100110011110100010011100110011011110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCCF4; }

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

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

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

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

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

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

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

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