Html Css Color HEX #F0C4EF Snuff

📋 copy color: '#F0C4EF'

red 240 ◦ green 196 ◦ blue 239

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

Shades of Snuff #F0C4EF

Tints of Snuff #F0C4EF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 29.04%

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

R = 35.56%
G = 29.04%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#F0C4EF (or 0xF0C4EF) is known color: Snuff. HEX triplet: F0, C4 and EF. RGB value is (240,196,239). Sum of RGB (Red+Green+Blue) = 240+196+239=675 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.56% from 675); Green value is 196 (76.95% from 255 or 29.04% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C4EF is #0F3B10. Grayscale: #D5D5D5. Windows color (decimal): -998161 or 15713520. OLE color: 15713520.

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

Color convert

RGB 240 196 239 -
CMYK 0 0.18 0.00 0.06
HSL 301.36º 0.59% 0.85% -
HSV(B) 301.36º 0.18% 0.94% -
XYZ 71.26 64.24 90.3 -
YUV 214.06 142.08 146.5 -
System Red Green Blue C M Y K H S L
Decimal 240 196 239 0 0.18 0.00 0.06 301.36 0.59 0.85
Hex F0 C4 EF 0 12 0 6 12D 3B 55
Octal 360 304 357 0 22 0 6 455 73 125
Binary 11110000 11000100 11101111 0 10010 0 110 100101101 111011 1010101

Color Harmonies of #F0C4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C4EF

Black with #F0C4EF

Text Example


Text Example

White with #F0C4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C4EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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