Html Css Color HEX #F0D1EC Snuff

📋 copy color: '#F0D1EC'

red 240 ◦ green 209 ◦ blue 236

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

Shades of Snuff #F0D1EC

Tints of Snuff #F0D1EC

RGB

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

 GREEN value IS 209 (82.03% from 255) = 30.51%

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

R = 35.04%
G = 30.51%
B = 34.45%

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

#F0D1EC (or 0xF0D1EC) is known color: Snuff. HEX triplet: F0, D1 and EC. RGB value is (240,209,236). Sum of RGB (Red+Green+Blue) = 240+209+236=685 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.04% from 685); Green value is 209 (82.03% from 255 or 30.51% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D1EC is #0F2E13. Grayscale: #DDDDDD. Windows color (decimal): -994836 or 15520240. OLE color: 15520240.

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

Color convert

RGB 240 209 236 -
CMYK 0 0.13 0.02 0.06
HSL 307.74º 0.51% 0.88% -
HSV(B) 307.74º 0.13% 0.94% -
XYZ 73.88 70.18 89.01 -
YUV 221.35 136.27 141.3 -
System Red Green Blue C M Y K H S L
Decimal 240 209 236 0 0.13 0.02 0.06 307.74 0.51 0.88
Hex F0 D1 EC 0 D 2 6 134 33 58
Octal 360 321 354 0 15 2 6 464 63 130
Binary 11110000 11010001 11101100 0 1101 10 110 100110100 110011 1011000

Color Harmonies of #F0D1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D1EC

Black with #F0D1EC

Text Example


Text Example

White with #F0D1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D1EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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