#F7CCF5

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

Shades of Snuff #F7CCF5

Tints of Snuff #F7CCF5

Color information

#F7CCF5 (or 0xF7CCF5) is unknown color: approx Snuff. HEX triplet: F7, CC and F5. RGB value is (247,204,245). Sum of RGB (Red+Green+Blue) = 247+204+245=696 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.49% from 696); Green value is 204 (80.08% from 255 or 29.31% from 696); Blue value is 245 (96.09% from 255 or 35.20% from 696); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CCF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CCF5 is #08330A. Grayscale: #DDDDDD. Windows color (decimal): -537355 or 16108791. OLE color: 16108791.

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

Color convert

RGB247204245-
CMYK00.170.010.03
HSL302.79º72.88%88.43%-
HSV(B)302.79º17.41%96.86%-
XYZ76.4369.5595.78-
YUV221.53141.25146.17-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.49%
GREEN value IS 204 (80.08% from 255) = 29.31%
BLUE value IS 245 (96.09% from 255) = 35.20%
R=35.49%
G=29.31%
B=35.20%

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
Decimal24720424500.170.010.03302.7972.8888.43
HexF7CCF50111312f4958
Octal36731436502113457111130
Binary11110111110011001111010101000111110010111110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CCF5; }

 p { color: rgb(247,204,245); }

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

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

 a { background-color: rgb(247,204,245); }

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

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

 span { border-color: rgb(247,204,245); }

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