Html Css Color HEX #F7E1F2 Snuff

📋 copy color: '#F7E1F2'

red 247 ◦ green 225 ◦ blue 242

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

Shades of Snuff #F7E1F2

Tints of Snuff #F7E1F2

RGB

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

 GREEN value IS 225 (88.28% from 255) = 31.51%

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

R = 34.59%
G = 31.51%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F7E1F2 (or 0xF7E1F2) is known color: Snuff. HEX triplet: F7, E1 and F2. RGB value is (247,225,242). Sum of RGB (Red+Green+Blue) = 247+225+242=714 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.59% from 714); Green value is 225 (88.28% from 255 or 31.51% from 714); Blue value is 242 (94.92% from 255 or 33.89% from 714); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E1F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7E1F2 is #081E0D. Grayscale: #E9E9E9. Windows color (decimal): -531982 or 15917559. OLE color: 15917559.

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

Color convert

RGB 247 225 242 -
CMYK 0 0.09 0.02 0.03
HSL 313.64º 0.58% 0.93% -
HSV(B) 313.64º 0.09% 0.97% -
XYZ 81.31 80.04 95.17 -
YUV 233.52 132.79 137.62 -
System Red Green Blue C M Y K H S L
Decimal 247 225 242 0 0.09 0.02 0.03 313.64 0.58 0.93
Hex F7 E1 F2 0 9 2 3 13A 3A 5D
Octal 367 341 362 0 11 2 3 472 72 135
Binary 11110111 11100001 11110010 0 1001 10 11 100111010 111010 1011101

Color Harmonies of #F7E1F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7E1F2

Black with #F7E1F2

Text Example


Text Example

White with #F7E1F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7E1F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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