Html Css Color HEX #F8DCF5 Snuff

📋 copy color: '#F8DCF5'

red 248 ◦ green 220 ◦ blue 245

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

Shades of Snuff #F8DCF5

Tints of Snuff #F8DCF5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 30.86%

 BLUE value IS 245 (96.09% from 255) = 34.36%

R = 34.78%
G = 30.86%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#F8DCF5 (or 0xF8DCF5) is known color: Snuff. HEX triplet: F8, DC and F5. RGB value is (248,220,245). Sum of RGB (Red+Green+Blue) = 248+220+245=713 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.78% from 713); Green value is 220 (86.33% from 255 or 30.86% from 713); Blue value is 245 (96.09% from 255 or 34.36% from 713); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DCF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DCF5 is #07230A. Grayscale: #E7E7E7. Windows color (decimal): -467723 or 16112888. OLE color: 16112888.

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

Color convert

RGB 248 220 245 -
CMYK 0 0.11 0.01 0.03
HSL 306.43º 0.67% 0.92% -
HSV(B) 306.43º 0.11% 0.97% -
XYZ 80.79 77.74 97.13 -
YUV 231.22 135.78 139.97 -
System Red Green Blue C M Y K H S L
Decimal 248 220 245 0 0.11 0.01 0.03 306.43 0.67 0.92
Hex F8 DC F5 0 B 1 3 132 43 5C
Octal 370 334 365 0 13 1 3 462 103 134
Binary 11111000 11011100 11110101 0 1011 1 11 100110010 1000011 1011100

Color Harmonies of #F8DCF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DCF5

Black with #F8DCF5

Text Example


Text Example

White with #F8DCF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DCF5; }

 p { color: rgb(248,220,245); }

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

background-color css

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

 a { background-color: rgb(248,220,245); }

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

border-color css

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

 span { border-color: rgb(248,220,245); }

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