Html Css Color HEX #F0D6EC Snuff

📋 copy color: '#F0D6EC'

red 240 ◦ green 214 ◦ blue 236

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

Shades of Snuff #F0D6EC

Tints of Snuff #F0D6EC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.01%

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

R = 34.78%
G = 31.01%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F0D6EC (or 0xF0D6EC) is known color: Snuff. HEX triplet: F0, D6 and EC. RGB value is (240,214,236). Sum of RGB (Red+Green+Blue) = 240+214+236=690 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.78% from 690); Green value is 214 (83.98% from 255 or 31.01% from 690); Blue value is 236 (92.58% from 255 or 34.20% from 690); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D6EC is #0F2913. Grayscale: #E0E0E0. Windows color (decimal): -993556 or 15521520. OLE color: 15521520.

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

Color convert

RGB 240 214 236 -
CMYK 0 0.11 0.02 0.06
HSL 309.23º 0.46% 0.89% -
HSV(B) 309.23º 0.11% 0.94% -
XYZ 75.12 72.67 89.43 -
YUV 224.28 134.61 139.21 -
System Red Green Blue C M Y K H S L
Decimal 240 214 236 0 0.11 0.02 0.06 309.23 0.46 0.89
Hex F0 D6 EC 0 B 2 6 135 2E 59
Octal 360 326 354 0 13 2 6 465 56 131
Binary 11110000 11010110 11101100 0 1011 10 110 100110101 101110 1011001

Color Harmonies of #F0D6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D6EC

Black with #F0D6EC

Text Example


Text Example

White with #F0D6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D6EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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