Html Css Color HEX #F0C2EF Snuff

📋 copy color: '#F0C2EF'

red 240 ◦ green 194 ◦ blue 239

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

Shades of Snuff #F0C2EF

Tints of Snuff #F0C2EF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 28.83%

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

R = 35.66%
G = 28.83%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#F0C2EF (or 0xF0C2EF) is known color: Snuff. HEX triplet: F0, C2 and EF. RGB value is (240,194,239). Sum of RGB (Red+Green+Blue) = 240+194+239=673 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.66% from 673); Green value is 194 (76.17% from 255 or 28.83% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C2EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C2EF is #0F3D10. Grayscale: #D4D4D4. Windows color (decimal): -998673 or 15713008. OLE color: 15713008.

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

Color convert

RGB 240 194 239 -
CMYK 0 0.19 0.00 0.06
HSL 301.3º 0.61% 0.85% -
HSV(B) 301.3º 0.19% 0.94% -
XYZ 70.81 63.34 90.16 -
YUV 212.88 142.74 147.34 -
System Red Green Blue C M Y K H S L
Decimal 240 194 239 0 0.19 0.00 0.06 301.3 0.61 0.85
Hex F0 C2 EF 0 13 0 6 12D 3D 55
Octal 360 302 357 0 23 0 6 455 75 125
Binary 11110000 11000010 11101111 0 10011 0 110 100101101 111101 1010101

Color Harmonies of #F0C2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C2EF

Black with #F0C2EF

Text Example


Text Example

White with #F0C2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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