Html Css Color HEX #F8DDF1 Snuff

📋 copy color: '#F8DDF1'

red 248 ◦ green 221 ◦ blue 241

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

Shades of Snuff #F8DDF1

Tints of Snuff #F8DDF1

RGB

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

 GREEN value IS 221 (86.72% from 255) = 31.13%

 BLUE value IS 241 (94.53% from 255) = 33.94%

R = 34.93%
G = 31.13%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F8DDF1 (or 0xF8DDF1) is known color: Snuff. HEX triplet: F8, DD and F1. RGB value is (248,221,241). Sum of RGB (Red+Green+Blue) = 248+221+241=710 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.93% from 710); Green value is 221 (86.72% from 255 or 31.13% from 710); Blue value is 241 (94.53% from 255 or 33.94% from 710); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DDF1 is #07220E. Grayscale: #E7E7E7. Windows color (decimal): -467471 or 15851000. OLE color: 15851000.

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

Color convert

RGB 248 221 241 -
CMYK 0 0.11 0.03 0.03
HSL 315.56º 0.66% 0.92% -
HSV(B) 315.56º 0.11% 0.97% -
XYZ 80.45 78.02 94.04 -
YUV 231.35 133.45 139.87 -
System Red Green Blue C M Y K H S L
Decimal 248 221 241 0 0.11 0.03 0.03 315.56 0.66 0.92
Hex F8 DD F1 0 B 3 3 13C 42 5C
Octal 370 335 361 0 13 3 3 474 102 134
Binary 11111000 11011101 11110001 0 1011 11 11 100111100 1000010 1011100

Color Harmonies of #F8DDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DDF1

Black with #F8DDF1

Text Example


Text Example

White with #F8DDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DDF1; }

 p { color: rgb(248,221,241); }

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

background-color css

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

 a { background-color: rgb(248,221,241); }

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

border-color css

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

 span { border-color: rgb(248,221,241); }

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