Html Css Color HEX #F0C8EE Snuff

📋 copy color: '#F0C8EE'

red 240 ◦ green 200 ◦ blue 238

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

Shades of Snuff #F0C8EE

Tints of Snuff #F0C8EE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 29.5%

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

R = 35.4%
G = 29.5%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F0C8EE (or 0xF0C8EE) is known color: Snuff. HEX triplet: F0, C8 and EE. RGB value is (240,200,238). Sum of RGB (Red+Green+Blue) = 240+200+238=678 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.40% from 678); Green value is 200 (78.52% from 255 or 29.50% from 678); Blue value is 238 (93.36% from 255 or 35.10% from 678); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C8EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C8EE is #0F3711. Grayscale: #D8D8D8. Windows color (decimal): -997138 or 15649008. OLE color: 15649008.

HSL color Cylindrical-coordinate representation of color #F0C8EE: hue angle of 303º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F0C8EE is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 200 238 -
CMYK 0 0.17 0.01 0.06
HSL 303º 0.57% 0.86% -
HSV(B) 303º 0.17% 0.94% -
XYZ 72.02 66.01 89.83 -
YUV 216.29 140.25 144.91 -
System Red Green Blue C M Y K H S L
Decimal 240 200 238 0 0.17 0.01 0.06 303 0.57 0.86
Hex F0 C8 EE 0 11 1 6 12F 39 56
Octal 360 310 356 0 21 1 6 457 71 126
Binary 11110000 11001000 11101110 0 10001 1 110 100101111 111001 1010110

Color Harmonies of #F0C8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C8EE

Black with #F0C8EE

Text Example


Text Example

White with #F0C8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C8EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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