Html Css Color HEX #F0C8ED Snuff

📋 copy color: '#F0C8ED'

red 240 ◦ green 200 ◦ blue 237

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

Shades of Snuff #F0C8ED

Tints of Snuff #F0C8ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.01%

R = 35.45%
G = 29.54%
B = 35.01%

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

#F0C8ED (or 0xF0C8ED) is known color: Snuff. HEX triplet: F0, C8 and ED. RGB value is (240,200,237). Sum of RGB (Red+Green+Blue) = 240+200+237=677 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.45% from 677); Green value is 200 (78.52% from 255 or 29.54% from 677); Blue value is 237 (92.97% from 255 or 35.01% from 677); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C8ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C8ED is #0F3712. Grayscale: #D8D8D8. Windows color (decimal): -997139 or 15583472. OLE color: 15583472.

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

Color convert

RGB 240 200 237 -
CMYK 0 0.17 0.01 0.06
HSL 304.5º 0.57% 0.86% -
HSV(B) 304.5º 0.17% 0.94% -
XYZ 71.88 65.95 89.06 -
YUV 216.18 139.75 144.99 -
System Red Green Blue C M Y K H S L
Decimal 240 200 237 0 0.17 0.01 0.06 304.5 0.57 0.86
Hex F0 C8 ED 0 11 1 6 130 39 56
Octal 360 310 355 0 21 1 6 460 71 126
Binary 11110000 11001000 11101101 0 10001 1 110 100110000 111001 1010110

Color Harmonies of #F0C8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C8ED

Black with #F0C8ED

Text Example


Text Example

White with #F0C8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C8ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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