#FDCFF4

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

Shades of Snuff #FDCFF4

Tints of Snuff #FDCFF4

Color information

#FDCFF4 (or 0xFDCFF4) is unknown color: approx Snuff. HEX triplet: FD, CF and F4. RGB value is (253,207,244). Sum of RGB (Red+Green+Blue) = 253+207+244=704 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.94% from 704); Green value is 207 (81.25% from 255 or 29.40% from 704); Blue value is 244 (95.70% from 255 or 34.66% from 704); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCFF4 is #02300B. Grayscale: #E0E0E0. Windows color (decimal): -143372 or 16044029. OLE color: 16044029.

HSL color Cylindrical-coordinate representation of color #FDCFF4: hue angle of 311.74º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDCFF4 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB253207244-
CMYK00.180.040.01
HSL311.74º92%90.2%-
HSV(B)311.74º18.18%99.22%-
XYZ79.1572.0495.32-
YUV224.97138.74147.99-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.94%
GREEN value IS 207 (81.25% from 255) = 29.40%
BLUE value IS 244 (95.70% from 255) = 34.66%
R=35.94%
G=29.40%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320724400.180.040.01311.749290.2
HexFDCFF4012411385c5a
Octal37531736402241470134132
Binary111111011100111111110100010010100110011100010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCFF4; }

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

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

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

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

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

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

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

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