Html Css Color HEX #F0D8EC Snuff

📋 copy color: '#F0D8EC'

red 240 ◦ green 216 ◦ blue 236

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

Shades of Snuff #F0D8EC

Tints of Snuff #F0D8EC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 31.21%

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

R = 34.68%
G = 31.21%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F0D8EC (or 0xF0D8EC) is known color: Snuff. HEX triplet: F0, D8 and EC. RGB value is (240,216,236). Sum of RGB (Red+Green+Blue) = 240+216+236=692 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.68% from 692); Green value is 216 (84.77% from 255 or 31.21% from 692); Blue value is 236 (92.58% from 255 or 34.10% from 692); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D8EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D8EC is #0F2713. Grayscale: #E1E1E1. Windows color (decimal): -993044 or 15522032. OLE color: 15522032.

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

Color convert

RGB 240 216 236 -
CMYK 0 0.1 0.02 0.06
HSL 310º 0.44% 0.89% -
HSV(B) 310º 0.1% 0.94% -
XYZ 75.63 73.69 89.59 -
YUV 225.46 133.95 138.37 -
System Red Green Blue C M Y K H S L
Decimal 240 216 236 0 0.1 0.02 0.06 310 0.44 0.89
Hex F0 D8 EC 0 A 2 6 136 2C 59
Octal 360 330 354 0 12 2 6 466 54 131
Binary 11110000 11011000 11101100 0 1010 10 110 100110110 101100 1011001

Color Harmonies of #F0D8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D8EC

Black with #F0D8EC

Text Example


Text Example

White with #F0D8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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