Html Css Color HEX #F0DBEB Snuff

📋 copy color: '#F0DBEB'

red 240 ◦ green 219 ◦ blue 235

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

Shades of Snuff #F0DBEB

Tints of Snuff #F0DBEB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.56%

 BLUE value IS 235 (92.19% from 255) = 33.86%

R = 34.58%
G = 31.56%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F0DBEB (or 0xF0DBEB) is known color: Snuff. HEX triplet: F0, DB and EB. RGB value is (240,219,235). Sum of RGB (Red+Green+Blue) = 240+219+235=694 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.58% from 694); Green value is 219 (85.94% from 255 or 31.56% from 694); Blue value is 235 (92.19% from 255 or 33.86% from 694); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DBEB is #0F2414. Grayscale: #E3E3E3. Windows color (decimal): -992277 or 15457264. OLE color: 15457264.

HSL color Cylindrical-coordinate representation of color #F0DBEB: hue angle of 314.29º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F0DBEB is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 219 235 -
CMYK 0 0.09 0.02 0.06
HSL 314.29º 0.41% 0.9% -
HSV(B) 314.29º 0.09% 0.94% -
XYZ 76.26 75.19 89.09 -
YUV 227.1 132.46 137.2 -
System Red Green Blue C M Y K H S L
Decimal 240 219 235 0 0.09 0.02 0.06 314.29 0.41 0.9
Hex F0 DB EB 0 9 2 6 13A 29 5A
Octal 360 333 353 0 11 2 6 472 51 132
Binary 11110000 11011011 11101011 0 1001 10 110 100111010 101001 1011010

Color Harmonies of #F0DBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DBEB

Black with #F0DBEB

Text Example


Text Example

White with #F0DBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DBEB; }

 p { color: rgb(240,219,235); }

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

background-color css

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

 a { background-color: rgb(240,219,235); }

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

border-color css

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

 span { border-color: rgb(240,219,235); }

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