#F7C4F1

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

Shades of Snuff #F7C4F1

Tints of Snuff #F7C4F1

Color information

#F7C4F1 (or 0xF7C4F1) is unknown color: approx Snuff. HEX triplet: F7, C4 and F1. RGB value is (247,196,241). Sum of RGB (Red+Green+Blue) = 247+196+241=684 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.11% from 684); Green value is 196 (76.95% from 255 or 28.65% from 684); Blue value is 241 (94.53% from 255 or 35.23% from 684); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C4F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C4F1 is #083B0E. Grayscale: #D8D8D8. Windows color (decimal): -539407 or 15844599. OLE color: 15844599.

HSL color Cylindrical-coordinate representation of color #F7C4F1: hue angle of 307.06º degrees, saturation: 0.76, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F7C4F1 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB247196241-
CMYK00.210.020.03
HSL307.06º76.12%86.86%-
HSV(B)307.06º20.65%96.86%-
XYZ73.9765.691.98-
YUV216.38141.9149.84-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.11%
GREEN value IS 196 (76.95% from 255) = 28.65%
BLUE value IS 241 (94.53% from 255) = 35.23%
R=36.11%
G=28.65%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719624100.210.020.03307.0676.1286.86
HexF7C4F1015231334c57
Octal36730436102523463114127
Binary111101111100010011110001010101101110011001110011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C4F1; }

 p { color: rgb(247,196,241); }

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

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

 a { background-color: rgb(247,196,241); }

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

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

 span { border-color: rgb(247,196,241); }

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