Html Css Color HEX #F0CEEF Snuff

📋 copy color: '#F0CEEF'

red 240 ◦ green 206 ◦ blue 239

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

Shades of Snuff #F0CEEF

Tints of Snuff #F0CEEF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 30.07%

 BLUE value IS 239 (93.75% from 255) = 34.89%

R = 35.04%
G = 30.07%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#F0CEEF (or 0xF0CEEF) is known color: Snuff. HEX triplet: F0, CE and EF. RGB value is (240,206,239). Sum of RGB (Red+Green+Blue) = 240+206+239=685 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.04% from 685); Green value is 206 (80.86% from 255 or 30.07% from 685); Blue value is 239 (93.75% from 255 or 34.89% from 685); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0CEEF is #0F3110. Grayscale: #DBDBDB. Windows color (decimal): -995601 or 15716080. OLE color: 15716080.

HSL color Cylindrical-coordinate representation of color #F0CEEF: hue angle of 301.76º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0CEEF is Cyan = 0, Magento = 0.14, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 206 239 -
CMYK 0 0.14 0.00 0.06
HSL 301.76º 0.53% 0.87% -
HSV(B) 301.76º 0.14% 0.94% -
XYZ 73.59 68.9 91.08 -
YUV 219.93 138.76 142.32 -
System Red Green Blue C M Y K H S L
Decimal 240 206 239 0 0.14 0.00 0.06 301.76 0.53 0.87
Hex F0 CE EF 0 E 0 6 12E 35 57
Octal 360 316 357 0 16 0 6 456 65 127
Binary 11110000 11001110 11101111 0 1110 0 110 100101110 110101 1010111

Color Harmonies of #F0CEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CEEF

Black with #F0CEEF

Text Example


Text Example

White with #F0CEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CEEF; }

 p { color: rgb(240,206,239); }

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

background-color css

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

 a { background-color: rgb(240,206,239); }

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

border-color css

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

 span { border-color: rgb(240,206,239); }

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