Html Css Color HEX #F0DAF0 Snuff

📋 copy color: '#F0DAF0'

red 240 ◦ green 218 ◦ blue 240

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

Shades of Snuff #F0DAF0

Tints of Snuff #F0DAF0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.23%

 BLUE value IS 240 (94.14% from 255) = 34.38%

R = 34.38%
G = 31.23%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#F0DAF0 (or 0xF0DAF0) is known color: Snuff. HEX triplet: F0, DA and F0. RGB value is (240,218,240). Sum of RGB (Red+Green+Blue) = 240+218+240=698 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.38% from 698); Green value is 218 (85.55% from 255 or 31.23% from 698); Blue value is 240 (94.14% from 255 or 34.38% from 698); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F0DAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DAF0 is #0F250F. Grayscale: #E3E3E3. Windows color (decimal): -992528 or 15784688. OLE color: 15784688.

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

Color convert

RGB 240 218 240 -
CMYK 0 0.09 0 0.06
HSL 300º 0.42% 0.9% -
HSV(B) 300º 0.09% 0.94% -
XYZ 76.73 74.96 92.86 -
YUV 227.09 135.29 137.21 -
System Red Green Blue C M Y K H S L
Decimal 240 218 240 0 0.09 0 0.06 300 0.42 0.9
Hex F0 DA F0 0 9 0 6 12C 2A 5A
Octal 360 332 360 0 11 0 6 454 52 132
Binary 11110000 11011010 11110000 0 1001 0 110 100101100 101010 1011010

Color Harmonies of #F0DAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DAF0

Black with #F0DAF0

Text Example


Text Example

White with #F0DAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DAF0; }

 p { color: rgb(240,218,240); }

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

background-color css

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

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

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

border-color css

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

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

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