Html Css Color HEX #F8C8F6 Snuff

📋 copy color: '#F8C8F6'

red 248 ◦ green 200 ◦ blue 246

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

Shades of Snuff #F8C8F6

Tints of Snuff #F8C8F6

RGB

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

 GREEN value IS 200 (78.52% from 255) = 28.82%

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

R = 35.73%
G = 28.82%
B = 35.45%

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

#F8C8F6 (or 0xF8C8F6) is known color: Snuff. HEX triplet: F8, C8 and F6. RGB value is (248,200,246). Sum of RGB (Red+Green+Blue) = 248+200+246=694 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.73% from 694); Green value is 200 (78.52% from 255 or 28.82% from 694); Blue value is 246 (96.48% from 255 or 35.45% from 694); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C8F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C8F6 is #073709. Grayscale: #DBDBDB. Windows color (decimal): -472842 or 16173304. OLE color: 16173304.

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

Color convert

RGB 248 200 246 -
CMYK 0 0.19 0.01 0.03
HSL 302.5º 0.77% 0.88% -
HSV(B) 302.5º 0.19% 0.97% -
XYZ 76 67.92 96.29 -
YUV 219.6 142.9 148.26 -
System Red Green Blue C M Y K H S L
Decimal 248 200 246 0 0.19 0.01 0.03 302.5 0.77 0.88
Hex F8 C8 F6 0 13 1 3 12E 4D 58
Octal 370 310 366 0 23 1 3 456 115 130
Binary 11111000 11001000 11110110 0 10011 1 11 100101110 1001101 1011000

Color Harmonies of #F8C8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C8F6

Black with #F8C8F6

Text Example


Text Example

White with #F8C8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C8F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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