Html Css Color HEX #F0C0EE Snuff

📋 copy color: '#F0C0EE'

red 240 ◦ green 192 ◦ blue 238

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

Shades of Snuff #F0C0EE

Tints of Snuff #F0C0EE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 28.66%

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

R = 35.82%
G = 28.66%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F0C0EE (or 0xF0C0EE) is known color: Snuff. HEX triplet: F0, C0 and EE. RGB value is (240,192,238). Sum of RGB (Red+Green+Blue) = 240+192+238=670 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.82% from 670); Green value is 192 (75.39% from 255 or 28.66% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C0EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C0EE is #0F3F11. Grayscale: #D3D3D3. Windows color (decimal): -999186 or 15646960. OLE color: 15646960.

HSL color Cylindrical-coordinate representation of color #F0C0EE: hue angle of 302.5º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0C0EE is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 192 238 -
CMYK 0 0.20 0.01 0.06
HSL 302.5º 0.62% 0.85% -
HSV(B) 302.5º 0.2% 0.94% -
XYZ 70.22 62.4 89.23 -
YUV 211.6 142.9 148.26 -
System Red Green Blue C M Y K H S L
Decimal 240 192 238 0 0.20 0.01 0.06 302.5 0.62 0.85
Hex F0 C0 EE 0 14 1 6 12E 3E 55
Octal 360 300 356 0 24 1 6 456 76 125
Binary 11110000 11000000 11101110 0 10100 1 110 100101110 111110 1010101

Color Harmonies of #F0C0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C0EE

Black with #F0C0EE

Text Example


Text Example

White with #F0C0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C0EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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