#F7C8F1

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

Shades of Snuff #F7C8F1

Tints of Snuff #F7C8F1

Color information

#F7C8F1 (or 0xF7C8F1) is unknown color: approx Snuff. HEX triplet: F7, C8 and F1. RGB value is (247,200,241). Sum of RGB (Red+Green+Blue) = 247+200+241=688 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.90% from 688); Green value is 200 (78.52% from 255 or 29.07% from 688); Blue value is 241 (94.53% from 255 or 35.03% from 688); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C8F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C8F1 is #08370E. Grayscale: #DADADA. Windows color (decimal): -538383 or 15845623. OLE color: 15845623.

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

Color convert

RGB247200241-
CMYK00.190.020.03
HSL307.66º74.6%87.65%-
HSV(B)307.66º19.03%96.86%-
XYZ74.8967.4392.29-
YUV218.73140.57148.17-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.90%
GREEN value IS 200 (78.52% from 255) = 29.07%
BLUE value IS 241 (94.53% from 255) = 35.03%
R=35.90%
G=29.07%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720024100.190.020.03307.6674.687.65
HexF7C8F1013231344b58
Octal36731036102323464113130
Binary111101111100100011110001010011101110011010010010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C8F1; }

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

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

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

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

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

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

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

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