Html Css Color HEX #F0DAEA Snuff

📋 copy color: '#F0DAEA'

red 240 ◦ green 218 ◦ blue 234

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

Shades of Snuff #F0DAEA

Tints of Snuff #F0DAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 33.82%

R = 34.68%
G = 31.5%
B = 33.82%

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

#F0DAEA (or 0xF0DAEA) is known color: Snuff. HEX triplet: F0, DA and EA. RGB value is (240,218,234). Sum of RGB (Red+Green+Blue) = 240+218+234=692 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.68% from 692); Green value is 218 (85.55% from 255 or 31.50% from 692); Blue value is 234 (91.80% from 255 or 33.82% from 692); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DAEA is #0F2515. Grayscale: #E2E2E2. Windows color (decimal): -992534 or 15391472. OLE color: 15391472.

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

Color convert

RGB 240 218 234 -
CMYK 0 0.09 0.02 0.06
HSL 316.36º 0.42% 0.9% -
HSV(B) 316.36º 0.09% 0.94% -
XYZ 75.86 74.61 88.24 -
YUV 226.4 132.29 137.7 -
System Red Green Blue C M Y K H S L
Decimal 240 218 234 0 0.09 0.02 0.06 316.36 0.42 0.9
Hex F0 DA EA 0 9 2 6 13C 2A 5A
Octal 360 332 352 0 11 2 6 474 52 132
Binary 11110000 11011010 11101010 0 1001 10 110 100111100 101010 1011010

Color Harmonies of #F0DAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DAEA

Black with #F0DAEA

Text Example


Text Example

White with #F0DAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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