Html Css Color HEX #F0D8EE Snuff

📋 copy color: '#F0D8EE'

red 240 ◦ green 216 ◦ blue 238

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

Shades of Snuff #F0D8EE

Tints of Snuff #F0D8EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34.29%

R = 34.58%
G = 31.12%
B = 34.29%

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

#F0D8EE (or 0xF0D8EE) is known color: Snuff. HEX triplet: F0, D8 and EE. RGB value is (240,216,238). Sum of RGB (Red+Green+Blue) = 240+216+238=694 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.58% from 694); Green value is 216 (84.77% from 255 or 31.12% from 694); Blue value is 238 (93.36% from 255 or 34.29% from 694); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D8EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D8EE is #0F2711. Grayscale: #E1E1E1. Windows color (decimal): -993042 or 15653104. OLE color: 15653104.

HSL color Cylindrical-coordinate representation of color #F0D8EE: hue angle of 305º 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 #F0D8EE is Cyan = 0, Magento = 0.1, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 216 238 -
CMYK 0 0.1 0.01 0.06
HSL 305º 0.44% 0.89% -
HSV(B) 305º 0.1% 0.94% -
XYZ 75.92 73.81 91.13 -
YUV 225.68 134.95 138.21 -
System Red Green Blue C M Y K H S L
Decimal 240 216 238 0 0.1 0.01 0.06 305 0.44 0.89
Hex F0 D8 EE 0 A 1 6 131 2C 59
Octal 360 330 356 0 12 1 6 461 54 131
Binary 11110000 11011000 11101110 0 1010 1 110 100110001 101100 1011001

Color Harmonies of #F0D8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D8EE

Black with #F0D8EE

Text Example


Text Example

White with #F0D8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D8EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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