Html Css Color HEX #F8C2F6 Snuff

📋 copy color: '#F8C2F6'

red 248 ◦ green 194 ◦ blue 246

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

Shades of Snuff #F8C2F6

Tints of Snuff #F8C2F6

RGB

 RED value IS 248 (97.27% from 255) = 36.05%

 GREEN value IS 194 (76.17% from 255) = 28.2%

 BLUE value IS 246 (96.48% from 255) = 35.76%

R = 36.05%
G = 28.2%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#F8C2F6 (or 0xF8C2F6) is known color: Snuff. HEX triplet: F8, C2 and F6. RGB value is (248,194,246). Sum of RGB (Red+Green+Blue) = 248+194+246=688 (91% of max value = 765). Red value is 248 (97.27% from 255 or 36.05% from 688); Green value is 194 (76.17% from 255 or 28.20% from 688); Blue value is 246 (96.48% from 255 or 35.76% from 688); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C2F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C2F6 is #073D09. Grayscale: #D7D7D7. Windows color (decimal): -474378 or 16171768. OLE color: 16171768.

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

Color convert

RGB 248 194 246 -
CMYK 0 0.22 0.01 0.03
HSL 302.22º 0.79% 0.87% -
HSV(B) 302.22º 0.22% 0.97% -
XYZ 74.64 65.19 95.84 -
YUV 216.07 144.89 150.77 -
System Red Green Blue C M Y K H S L
Decimal 248 194 246 0 0.22 0.01 0.03 302.22 0.79 0.87
Hex F8 C2 F6 0 16 1 3 12E 4F 57
Octal 370 302 366 0 26 1 3 456 117 127
Binary 11111000 11000010 11110110 0 10110 1 11 100101110 1001111 1010111

Color Harmonies of #F8C2F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C2F6

Black with #F8C2F6

Text Example


Text Example

White with #F8C2F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C2F6; }

 p { color: rgb(248,194,246); }

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

background-color css

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

 a { background-color: rgb(248,194,246); }

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

border-color css

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

 span { border-color: rgb(248,194,246); }

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