Html Css Color HEX #F0D9ED Snuff

📋 copy color: '#F0D9ED'

red 240 ◦ green 217 ◦ blue 237

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

Shades of Snuff #F0D9ED

Tints of Snuff #F0D9ED

RGB

 RED value IS 240 (94.14% from 255) = 34.58%

 GREEN value IS 217 (85.16% from 255) = 31.27%

 BLUE value IS 237 (92.97% from 255) = 34.15%

R = 34.58%
G = 31.27%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F0D9ED (or 0xF0D9ED) is known color: Snuff. HEX triplet: F0, D9 and ED. RGB value is (240,217,237). Sum of RGB (Red+Green+Blue) = 240+217+237=694 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.58% from 694); Green value is 217 (85.16% from 255 or 31.27% from 694); Blue value is 237 (92.97% from 255 or 34.15% from 694); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D9ED is #0F2612. Grayscale: #E2E2E2. Windows color (decimal): -992787 or 15587824. OLE color: 15587824.

HSL color Cylindrical-coordinate representation of color #F0D9ED: hue angle of 307.83º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0D9ED is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 217 237 -
CMYK 0 0.10 0.01 0.06
HSL 307.83º 0.43% 0.9% -
HSV(B) 307.83º 0.1% 0.94% -
XYZ 76.03 74.27 90.45 -
YUV 226.16 134.12 137.87 -
System Red Green Blue C M Y K H S L
Decimal 240 217 237 0 0.10 0.01 0.06 307.83 0.43 0.9
Hex F0 D9 ED 0 A 1 6 134 2B 5A
Octal 360 331 355 0 12 1 6 464 53 132
Binary 11110000 11011001 11101101 0 1010 1 110 100110100 101011 1011010

Color Harmonies of #F0D9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D9ED

Black with #F0D9ED

Text Example


Text Example

White with #F0D9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D9ED; }

 p { color: rgb(240,217,237); }

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

background-color css

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

 a { background-color: rgb(240,217,237); }

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

border-color css

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

 span { border-color: rgb(240,217,237); }

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