Html Css Color HEX #F0C8F1 Snuff

📋 copy color: '#F0C8F1'

red 240 ◦ green 200 ◦ blue 241

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

Shades of Snuff #F0C8F1

Tints of Snuff #F0C8F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 35.39%

R = 35.24%
G = 29.37%
B = 35.39%

CMYK

 C value IS 0.00

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F0C8F1 (or 0xF0C8F1) is known color: Snuff. HEX triplet: F0, C8 and F1. RGB value is (240,200,241). Sum of RGB (Red+Green+Blue) = 240+200+241=681 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.24% from 681); Green value is 200 (78.52% from 255 or 29.37% from 681); Blue value is 241 (94.53% from 255 or 35.39% from 681); Max value from RGB is 241 - color contains mainly: blue. Hex color #F0C8F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C8F1 is #0F370E. Grayscale: #D8D8D8. Windows color (decimal): -997135 or 15845616. OLE color: 15845616.

HSL color Cylindrical-coordinate representation of color #F0C8F1: hue angle of 298.54º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F0C8F1 is Cyan = 0.00, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 240 200 241 -
CMYK 0.00 0.17 0 0.05
HSL 298.54º 0.59% 0.86% -
HSV(B) 298.54º 0.17% 0.95% -
XYZ 72.47 66.18 92.17 -
YUV 216.63 141.75 144.67 -
System Red Green Blue C M Y K H S L
Decimal 240 200 241 0.00 0.17 0 0.05 298.54 0.59 0.86
Hex F0 C8 F1 0 11 0 5 12B 3B 56
Octal 360 310 361 0 21 0 5 453 73 126
Binary 11110000 11001000 11110001 0 10001 0 101 100101011 111011 1010110

Color Harmonies of #F0C8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C8F1

Black with #F0C8F1

Text Example


Text Example

White with #F0C8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C8F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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