Html Css Color HEX #F0D9EA Snuff

📋 copy color: '#F0D9EA'

red 240 ◦ green 217 ◦ blue 234

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

Shades of Snuff #F0D9EA

Tints of Snuff #F0D9EA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 31.4%

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

R = 34.73%
G = 31.4%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F0D9EA (or 0xF0D9EA) is known color: Snuff. HEX triplet: F0, D9 and EA. RGB value is (240,217,234). Sum of RGB (Red+Green+Blue) = 240+217+234=691 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.73% from 691); Green value is 217 (85.16% from 255 or 31.40% from 691); Blue value is 234 (91.80% from 255 or 33.86% from 691); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D9EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D9EA is #0F2615. Grayscale: #E1E1E1. Windows color (decimal): -992790 or 15391216. OLE color: 15391216.

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

Color convert

RGB 240 217 234 -
CMYK 0 0.10 0.02 0.06
HSL 315.65º 0.43% 0.9% -
HSV(B) 315.65º 0.1% 0.94% -
XYZ 75.6 74.09 88.16 -
YUV 225.82 132.62 138.12 -
System Red Green Blue C M Y K H S L
Decimal 240 217 234 0 0.10 0.02 0.06 315.65 0.43 0.9
Hex F0 D9 EA 0 A 2 6 13C 2B 5A
Octal 360 331 352 0 12 2 6 474 53 132
Binary 11110000 11011001 11101010 0 1010 10 110 100111100 101011 1011010

Color Harmonies of #F0D9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D9EA

Black with #F0D9EA

Text Example


Text Example

White with #F0D9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D9EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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