Html Css Color HEX #F0DAEE Snuff

📋 copy color: '#F0DAEE'

red 240 ◦ green 218 ◦ blue 238

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

Shades of Snuff #F0DAEE

Tints of Snuff #F0DAEE

RGB

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

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

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

R = 34.48%
G = 31.32%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F0DAEE (or 0xF0DAEE) is known color: Snuff. HEX triplet: F0, DA and EE. RGB value is (240,218,238). Sum of RGB (Red+Green+Blue) = 240+218+238=696 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.48% from 696); Green value is 218 (85.55% from 255 or 31.32% from 696); Blue value is 238 (93.36% from 255 or 34.20% from 696); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DAEE is #0F2511. Grayscale: #E2E2E2. Windows color (decimal): -992530 or 15653616. OLE color: 15653616.

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

Color convert

RGB 240 218 238 -
CMYK 0 0.09 0.01 0.06
HSL 305.45º 0.42% 0.9% -
HSV(B) 305.45º 0.09% 0.94% -
XYZ 76.44 74.84 91.31 -
YUV 226.86 134.29 137.37 -
System Red Green Blue C M Y K H S L
Decimal 240 218 238 0 0.09 0.01 0.06 305.45 0.42 0.9
Hex F0 DA EE 0 9 1 6 131 2A 5A
Octal 360 332 356 0 11 1 6 461 52 132
Binary 11110000 11011010 11101110 0 1001 1 110 100110001 101010 1011010

Color Harmonies of #F0DAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DAEE

Black with #F0DAEE

Text Example


Text Example

White with #F0DAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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