Html Css Color HEX #F8C9F6 Snuff

📋 copy color: '#F8C9F6'

red 248 ◦ green 201 ◦ blue 246

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

Shades of Snuff #F8C9F6

Tints of Snuff #F8C9F6

RGB

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

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

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

R = 35.68%
G = 28.92%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#F8C9F6 (or 0xF8C9F6) is known color: Snuff. HEX triplet: F8, C9 and F6. RGB value is (248,201,246). Sum of RGB (Red+Green+Blue) = 248+201+246=695 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.68% from 695); Green value is 201 (78.91% from 255 or 28.92% from 695); Blue value is 246 (96.48% from 255 or 35.40% from 695); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C9F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C9F6 is #073609. Grayscale: #DCDCDC. Windows color (decimal): -472586 or 16173560. OLE color: 16173560.

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

Color convert

RGB 248 201 246 -
CMYK 0 0.19 0.01 0.03
HSL 302.55º 0.77% 0.88% -
HSV(B) 302.55º 0.19% 0.97% -
XYZ 76.23 68.38 96.37 -
YUV 220.18 142.57 147.84 -
System Red Green Blue C M Y K H S L
Decimal 248 201 246 0 0.19 0.01 0.03 302.55 0.77 0.88
Hex F8 C9 F6 0 13 1 3 12F 4D 58
Octal 370 311 366 0 23 1 3 457 115 130
Binary 11111000 11001001 11110110 0 10011 1 11 100101111 1001101 1011000

Color Harmonies of #F8C9F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C9F6

Black with #F8C9F6

Text Example


Text Example

White with #F8C9F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C9F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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