Html Css Color HEX #F0D1ED Snuff

📋 copy color: '#F0D1ED'

red 240 ◦ green 209 ◦ blue 237

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

Shades of Snuff #F0D1ED

Tints of Snuff #F0D1ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.55%

R = 34.99%
G = 30.47%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F0D1ED (or 0xF0D1ED) is known color: Snuff. HEX triplet: F0, D1 and ED. RGB value is (240,209,237). Sum of RGB (Red+Green+Blue) = 240+209+237=686 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.99% from 686); Green value is 209 (82.03% from 255 or 30.47% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D1ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D1ED is #0F2E12. Grayscale: #DDDDDD. Windows color (decimal): -994835 or 15585776. OLE color: 15585776.

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

Color convert

RGB 240 209 237 -
CMYK 0 0.13 0.01 0.06
HSL 305.81º 0.51% 0.88% -
HSV(B) 305.81º 0.13% 0.94% -
XYZ 74.02 70.24 89.78 -
YUV 221.46 136.77 141.22 -
System Red Green Blue C M Y K H S L
Decimal 240 209 237 0 0.13 0.01 0.06 305.81 0.51 0.88
Hex F0 D1 ED 0 D 1 6 132 33 58
Octal 360 321 355 0 15 1 6 462 63 130
Binary 11110000 11010001 11101101 0 1101 1 110 100110010 110011 1011000

Color Harmonies of #F0D1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D1ED

Black with #F0D1ED

Text Example


Text Example

White with #F0D1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D1ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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