Html Css Color HEX #F8C5F7 Snuff

📋 copy color: '#F8C5F7'

red 248 ◦ green 197 ◦ blue 247

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

Shades of Snuff #F8C5F7

Tints of Snuff #F8C5F7

RGB

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

 GREEN value IS 197 (77.34% from 255) = 28.47%

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

R = 35.84%
G = 28.47%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.00

 K value IS 0.03

RGB Variations

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

Color information

#F8C5F7 (or 0xF8C5F7) is known color: Snuff. HEX triplet: F8, C5 and F7. RGB value is (248,197,247). Sum of RGB (Red+Green+Blue) = 248+197+247=692 (91% of max value = 765). Red value is 248 (97.27% from 255 or 35.84% from 692); Green value is 197 (77.34% from 255 or 28.47% from 692); Blue value is 247 (96.88% from 255 or 35.69% from 692); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C5F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8C5F7 is #073A08. Grayscale: #D9D9D9. Windows color (decimal): -473609 or 16238072. OLE color: 16238072.

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

Color convert

RGB 248 197 247 -
CMYK 0 0.21 0.00 0.03
HSL 301.18º 0.78% 0.87% -
HSV(B) 301.18º 0.21% 0.97% -
XYZ 75.47 66.6 96.87 -
YUV 217.95 144.4 149.43 -
System Red Green Blue C M Y K H S L
Decimal 248 197 247 0 0.21 0.00 0.03 301.18 0.78 0.87
Hex F8 C5 F7 0 15 0 3 12D 4E 57
Octal 370 305 367 0 25 0 3 455 116 127
Binary 11111000 11000101 11110111 0 10101 0 11 100101101 1001110 1010111

Color Harmonies of #F8C5F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C5F7

Black with #F8C5F7

Text Example


Text Example

White with #F8C5F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C5F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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