Html Css Color HEX #F0D7EC Snuff

📋 copy color: '#F0D7EC'

red 240 ◦ green 215 ◦ blue 236

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

Shades of Snuff #F0D7EC

Tints of Snuff #F0D7EC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 31.11%

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

R = 34.73%
G = 31.11%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F0D7EC (or 0xF0D7EC) is known color: Snuff. HEX triplet: F0, D7 and EC. RGB value is (240,215,236). Sum of RGB (Red+Green+Blue) = 240+215+236=691 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.73% from 691); Green value is 215 (84.38% from 255 or 31.11% from 691); Blue value is 236 (92.58% from 255 or 34.15% from 691); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D7EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D7EC is #0F2813. Grayscale: #E0E0E0. Windows color (decimal): -993300 or 15521776. OLE color: 15521776.

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

Color convert

RGB 240 215 236 -
CMYK 0 0.10 0.02 0.06
HSL 309.6º 0.45% 0.89% -
HSV(B) 309.6º 0.1% 0.94% -
XYZ 75.38 73.18 89.51 -
YUV 224.87 134.28 138.79 -
System Red Green Blue C M Y K H S L
Decimal 240 215 236 0 0.10 0.02 0.06 309.6 0.45 0.89
Hex F0 D7 EC 0 A 2 6 136 2D 59
Octal 360 327 354 0 12 2 6 466 55 131
Binary 11110000 11010111 11101100 0 1010 10 110 100110110 101101 1011001

Color Harmonies of #F0D7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D7EC

Black with #F0D7EC

Text Example


Text Example

White with #F0D7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D7EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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