Html Css Color HEX #F0D0EA Snuff

📋 copy color: '#F0D0EA'

red 240 ◦ green 208 ◦ blue 234

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

Shades of Snuff #F0D0EA

Tints of Snuff #F0D0EA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 30.5%

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

R = 35.19%
G = 30.5%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F0D0EA (or 0xF0D0EA) is known color: Snuff. HEX triplet: F0, D0 and EA. RGB value is (240,208,234). Sum of RGB (Red+Green+Blue) = 240+208+234=682 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.19% from 682); Green value is 208 (81.64% from 255 or 30.50% from 682); Blue value is 234 (91.80% from 255 or 34.31% from 682); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D0EA is #0F2F15. Grayscale: #DCDCDC. Windows color (decimal): -995094 or 15388912. OLE color: 15388912.

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

Color convert

RGB 240 208 234 -
CMYK 0 0.13 0.02 0.06
HSL 311.25º 0.52% 0.88% -
HSV(B) 311.25º 0.13% 0.94% -
XYZ 73.34 69.58 87.41 -
YUV 220.53 135.6 141.89 -
System Red Green Blue C M Y K H S L
Decimal 240 208 234 0 0.13 0.02 0.06 311.25 0.52 0.88
Hex F0 D0 EA 0 D 2 6 137 34 58
Octal 360 320 352 0 15 2 6 467 64 130
Binary 11110000 11010000 11101010 0 1101 10 110 100110111 110100 1011000

Color Harmonies of #F0D0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D0EA

Black with #F0D0EA

Text Example


Text Example

White with #F0D0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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