Html Css Color HEX #F0D0EC Snuff

📋 copy color: '#F0D0EC'

red 240 ◦ green 208 ◦ blue 236

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

Shades of Snuff #F0D0EC

Tints of Snuff #F0D0EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 34.5%

R = 35.09%
G = 30.41%
B = 34.5%

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

#F0D0EC (or 0xF0D0EC) is known color: Snuff. HEX triplet: F0, D0 and EC. RGB value is (240,208,236). Sum of RGB (Red+Green+Blue) = 240+208+236=684 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.09% from 684); Green value is 208 (81.64% from 255 or 30.41% from 684); Blue value is 236 (92.58% from 255 or 34.50% from 684); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D0EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D0EC is #0F2F13. Grayscale: #DCDCDC. Windows color (decimal): -995092 or 15519984. OLE color: 15519984.

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

Color convert

RGB 240 208 236 -
CMYK 0 0.13 0.02 0.06
HSL 307.5º 0.52% 0.88% -
HSV(B) 307.5º 0.13% 0.94% -
XYZ 73.63 69.69 88.93 -
YUV 220.76 136.6 141.72 -
System Red Green Blue C M Y K H S L
Decimal 240 208 236 0 0.13 0.02 0.06 307.5 0.52 0.88
Hex F0 D0 EC 0 D 2 6 134 34 58
Octal 360 320 354 0 15 2 6 464 64 130
Binary 11110000 11010000 11101100 0 1101 10 110 100110100 110100 1011000

Color Harmonies of #F0D0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D0EC

Black with #F0D0EC

Text Example


Text Example

White with #F0D0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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