Html Css Color HEX #F0D7EE Snuff

📋 copy color: '#F0D7EE'

red 240 ◦ green 215 ◦ blue 238

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

Shades of Snuff #F0D7EE

Tints of Snuff #F0D7EE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 31.02%

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

R = 34.63%
G = 31.02%
B = 34.34%

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

#F0D7EE (or 0xF0D7EE) is known color: Snuff. HEX triplet: F0, D7 and EE. RGB value is (240,215,238). Sum of RGB (Red+Green+Blue) = 240+215+238=693 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.63% from 693); Green value is 215 (84.38% from 255 or 31.02% from 693); Blue value is 238 (93.36% from 255 or 34.34% from 693); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D7EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D7EE is #0F2811. Grayscale: #E1E1E1. Windows color (decimal): -993298 or 15652848. OLE color: 15652848.

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

Color convert

RGB 240 215 238 -
CMYK 0 0.10 0.01 0.06
HSL 304.8º 0.45% 0.89% -
HSV(B) 304.8º 0.1% 0.94% -
XYZ 75.67 73.3 91.05 -
YUV 225.1 135.28 138.63 -
System Red Green Blue C M Y K H S L
Decimal 240 215 238 0 0.10 0.01 0.06 304.8 0.45 0.89
Hex F0 D7 EE 0 A 1 6 131 2D 59
Octal 360 327 356 0 12 1 6 461 55 131
Binary 11110000 11010111 11101110 0 1010 1 110 100110001 101101 1011001

Color Harmonies of #F0D7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D7EE

Black with #F0D7EE

Text Example


Text Example

White with #F0D7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D7EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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