Html Css Color HEX #F7C9F2 Snuff

📋 copy color: '#F7C9F2'

red 247 ◦ green 201 ◦ blue 242

#F7C9F2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Snuff #F7C9F2

Tints of Snuff #F7C9F2

RGB

 RED value IS 247 (96.88% from 255) = 35.8%

 GREEN value IS 201 (78.91% from 255) = 29.13%

 BLUE value IS 242 (94.92% from 255) = 35.07%

R = 35.8%
G = 29.13%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F7C9F2 (or 0xF7C9F2) is known color: Snuff. HEX triplet: F7, C9 and F2. RGB value is (247,201,242). Sum of RGB (Red+Green+Blue) = 247+201+242=690 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.80% from 690); Green value is 201 (78.91% from 255 or 29.13% from 690); Blue value is 242 (94.92% from 255 or 35.07% from 690); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C9F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C9F2 is #08360D. Grayscale: #DBDBDB. Windows color (decimal): -538126 or 15911415. OLE color: 15911415.

HSL color Cylindrical-coordinate representation of color #F7C9F2: hue angle of 306.52º degrees, saturation: 0.74, 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 #F7C9F2 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 201 242 -
CMYK 0 0.19 0.02 0.03
HSL 306.52º 0.74% 0.88% -
HSV(B) 306.52º 0.19% 0.97% -
XYZ 75.27 67.96 93.15 -
YUV 219.43 140.74 147.67 -
System Red Green Blue C M Y K H S L
Decimal 247 201 242 0 0.19 0.02 0.03 306.52 0.74 0.88
Hex F7 C9 F2 0 13 2 3 133 4A 58
Octal 367 311 362 0 23 2 3 463 112 130
Binary 11110111 11001001 11110010 0 10011 10 11 100110011 1001010 1011000

Color Harmonies of #F7C9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C9F2

Black with #F7C9F2

Text Example


Text Example

White with #F7C9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C9F2; }

 p { color: rgb(247,201,242); }

 H1.HeaderClassName
 {
   color: #F7C9F2;
 }
 .AnyTagClassName
 {
   color: #F7C9F2;
 }
</style>

background-color css

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

 a { background-color: rgb(247,201,242); }

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

border-color css

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

 span { border-color: rgb(247,201,242); }

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