#F7CDF4

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

Shades of Snuff #F7CDF4

Tints of Snuff #F7CDF4

Color information

#F7CDF4 (or 0xF7CDF4) is unknown color: approx Snuff. HEX triplet: F7, CD and F4. RGB value is (247,205,244). Sum of RGB (Red+Green+Blue) = 247+205+244=696 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.49% from 696); Green value is 205 (80.47% from 255 or 29.45% from 696); Blue value is 244 (95.70% from 255 or 35.06% from 696); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CDF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CDF4 is #08320B. Grayscale: #DDDDDD. Windows color (decimal): -537100 or 16043511. OLE color: 16043511.

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

Color convert

RGB247205244-
CMYK00.170.010.03
HSL304.29º72.41%88.63%-
HSV(B)304.29º17%96.86%-
XYZ76.5269.9795.06-
YUV222140.41145.83-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.49%
GREEN value IS 205 (80.47% from 255) = 29.45%
BLUE value IS 244 (95.70% from 255) = 35.06%
R=35.49%
G=29.45%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720524400.170.010.03304.2972.4188.63
HexF7CDF4011131304859
Octal36731536402113460110131
Binary11110111110011011111010001000111110011000010010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CDF4; }

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

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

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

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

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

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

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

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