#F7CDF9

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

Shades of Snuff #F7CDF9

Tints of Snuff #F7CDF9

Color information

#F7CDF9 (or 0xF7CDF9) is unknown color: approx Snuff. HEX triplet: F7, CD and F9. RGB value is (247,205,249). Sum of RGB (Red+Green+Blue) = 247+205+249=701 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.24% from 701); Green value is 205 (80.47% from 255 or 29.24% from 701); Blue value is 249 (97.66% from 255 or 35.52% from 701); Max value from RGB is 249 - color contains mainly: blue. Hex color #F7CDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CDF9 is #083206. Grayscale: #DEDEDE. Windows color (decimal): -537095 or 16371191. OLE color: 16371191.

HSL color Cylindrical-coordinate representation of color #F7CDF9: hue angle of 297.27º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F7CDF9 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB247205249-
CMYK0.010.1800.02
HSL297.27º78.57%89.02%-
HSV(B)297.27º17.67%97.65%-
XYZ77.2970.2899.11-
YUV222.57142.91145.42-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.24%
GREEN value IS 205 (80.47% from 255) = 29.24%
BLUE value IS 249 (97.66% from 255) = 35.52%
R=35.24%
G=29.24%
B=35.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2472052490.010.1800.02297.2778.5789.02
HexF7CDF9112021294f59
Octal36731537112202451117131
Binary11110111110011011111100111001001010010100110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CDF9; }

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

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

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

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

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

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

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

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