Html Css Color HEX #F8C8F7 Snuff

📋 copy color: '#F8C8F7'

red 248 ◦ green 200 ◦ blue 247

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

Shades of Snuff #F8C8F7

Tints of Snuff #F8C8F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 35.54%

R = 35.68%
G = 28.78%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.00

 K value IS 0.03

RGB Variations

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

Color information

#F8C8F7 (or 0xF8C8F7) is known color: Snuff. HEX triplet: F8, C8 and F7. RGB value is (248,200,247). Sum of RGB (Red+Green+Blue) = 248+200+247=695 (92% of max value = 765). Red value is 248 (97.27% from 255 or 35.68% from 695); Green value is 200 (78.52% from 255 or 28.78% from 695); Blue value is 247 (96.88% from 255 or 35.54% from 695); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C8F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C8F7 is #073708. Grayscale: #DBDBDB. Windows color (decimal): -472841 or 16238840. OLE color: 16238840.

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

Color convert

RGB 248 200 247 -
CMYK 0 0.19 0.00 0.03
HSL 301.25º 0.77% 0.88% -
HSV(B) 301.25º 0.19% 0.97% -
XYZ 76.15 67.98 97.1 -
YUV 219.71 143.4 148.18 -
System Red Green Blue C M Y K H S L
Decimal 248 200 247 0 0.19 0.00 0.03 301.25 0.77 0.88
Hex F8 C8 F7 0 13 0 3 12D 4D 58
Octal 370 310 367 0 23 0 3 455 115 130
Binary 11111000 11001000 11110111 0 10011 0 11 100101101 1001101 1011000

Color Harmonies of #F8C8F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C8F7

Black with #F8C8F7

Text Example


Text Example

White with #F8C8F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C8F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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