Html Css Color HEX #F0D8ED Snuff

📋 copy color: '#F0D8ED'

red 240 ◦ green 216 ◦ blue 237

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

Shades of Snuff #F0D8ED

Tints of Snuff #F0D8ED

RGB

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

 GREEN value IS 216 (84.77% from 255) = 31.17%

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

R = 34.63%
G = 31.17%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F0D8ED (or 0xF0D8ED) is known color: Snuff. HEX triplet: F0, D8 and ED. RGB value is (240,216,237). Sum of RGB (Red+Green+Blue) = 240+216+237=693 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.63% from 693); Green value is 216 (84.77% from 255 or 31.17% from 693); Blue value is 237 (92.97% from 255 or 34.20% from 693); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D8ED is #0F2712. Grayscale: #E1E1E1. Windows color (decimal): -993043 or 15587568. OLE color: 15587568.

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

Color convert

RGB 240 216 237 -
CMYK 0 0.1 0.01 0.06
HSL 307.5º 0.44% 0.89% -
HSV(B) 307.5º 0.1% 0.94% -
XYZ 75.78 73.75 90.36 -
YUV 225.57 134.45 138.29 -
System Red Green Blue C M Y K H S L
Decimal 240 216 237 0 0.1 0.01 0.06 307.5 0.44 0.89
Hex F0 D8 ED 0 A 1 6 134 2C 59
Octal 360 330 355 0 12 1 6 464 54 131
Binary 11110000 11011000 11101101 0 1010 1 110 100110100 101100 1011001

Color Harmonies of #F0D8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D8ED

Black with #F0D8ED

Text Example


Text Example

White with #F0D8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D8ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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