Html Css Color HEX #F0D6EB Snuff

📋 copy color: '#F0D6EB'

red 240 ◦ green 214 ◦ blue 235

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

Shades of Snuff #F0D6EB

Tints of Snuff #F0D6EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.11%

R = 34.83%
G = 31.06%
B = 34.11%

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

#F0D6EB (or 0xF0D6EB) is known color: Snuff. HEX triplet: F0, D6 and EB. RGB value is (240,214,235). Sum of RGB (Red+Green+Blue) = 240+214+235=689 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.83% from 689); Green value is 214 (83.98% from 255 or 31.06% from 689); Blue value is 235 (92.19% from 255 or 34.11% from 689); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D6EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0D6EB is #0F2914. Grayscale: #E0E0E0. Windows color (decimal): -993557 or 15455984. OLE color: 15455984.

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

Color convert

RGB 240 214 235 -
CMYK 0 0.11 0.02 0.06
HSL 311.54º 0.46% 0.89% -
HSV(B) 311.54º 0.11% 0.94% -
XYZ 74.98 72.62 88.66 -
YUV 224.17 134.11 139.29 -
System Red Green Blue C M Y K H S L
Decimal 240 214 235 0 0.11 0.02 0.06 311.54 0.46 0.89
Hex F0 D6 EB 0 B 2 6 138 2E 59
Octal 360 326 353 0 13 2 6 470 56 131
Binary 11110000 11010110 11101011 0 1011 10 110 100111000 101110 1011001

Color Harmonies of #F0D6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D6EB

Black with #F0D6EB

Text Example


Text Example

White with #F0D6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D6EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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