Html Css Color HEX #F0C4EE Snuff

📋 copy color: '#F0C4EE'

red 240 ◦ green 196 ◦ blue 238

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

Shades of Snuff #F0C4EE

Tints of Snuff #F0C4EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.31%

R = 35.61%
G = 29.08%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F0C4EE (or 0xF0C4EE) is known color: Snuff. HEX triplet: F0, C4 and EE. RGB value is (240,196,238). Sum of RGB (Red+Green+Blue) = 240+196+238=674 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.61% from 674); Green value is 196 (76.95% from 255 or 29.08% from 674); Blue value is 238 (93.36% from 255 or 35.31% from 674); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C4EE is #0F3B11. Grayscale: #D5D5D5. Windows color (decimal): -998162 or 15647984. OLE color: 15647984.

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

Color convert

RGB 240 196 238 -
CMYK 0 0.18 0.01 0.06
HSL 302.73º 0.59% 0.85% -
HSV(B) 302.73º 0.18% 0.94% -
XYZ 71.11 64.18 89.53 -
YUV 213.94 141.58 146.58 -
System Red Green Blue C M Y K H S L
Decimal 240 196 238 0 0.18 0.01 0.06 302.73 0.59 0.85
Hex F0 C4 EE 0 12 1 6 12F 3B 55
Octal 360 304 356 0 22 1 6 457 73 125
Binary 11110000 11000100 11101110 0 10010 1 110 100101111 111011 1010101

Color Harmonies of #F0C4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C4EE

Black with #F0C4EE

Text Example


Text Example

White with #F0C4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C4EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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