Html Css Color HEX #F1C0EF Snuff

📋 copy color: '#F1C0EF'

red 241 ◦ green 192 ◦ blue 239

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

Shades of Snuff #F1C0EF

Tints of Snuff #F1C0EF

RGB

 RED value IS 241 (94.53% from 255) = 35.86%

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

 BLUE value IS 239 (93.75% from 255) = 35.57%

R = 35.86%
G = 28.57%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F1C0EF (or 0xF1C0EF) is known color: Snuff. HEX triplet: F1, C0 and EF. RGB value is (241,192,239). Sum of RGB (Red+Green+Blue) = 241+192+239=672 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.86% from 672); Green value is 192 (75.39% from 255 or 28.57% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C0EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C0EF is #0E3F10. Grayscale: #D3D3D3. Windows color (decimal): -933649 or 15712497. OLE color: 15712497.

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

Color convert

RGB 241 192 239 -
CMYK 0 0.20 0.01 0.05
HSL 302.45º 0.64% 0.85% -
HSV(B) 302.45º 0.2% 0.95% -
XYZ 70.71 62.63 90.02 -
YUV 212.01 143.23 148.68 -
System Red Green Blue C M Y K H S L
Decimal 241 192 239 0 0.20 0.01 0.05 302.45 0.64 0.85
Hex F1 C0 EF 0 14 1 5 12E 40 55
Octal 361 300 357 0 24 1 5 456 100 125
Binary 11110001 11000000 11101111 0 10100 1 101 100101110 1000000 1010101

Color Harmonies of #F1C0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C0EF

Black with #F1C0EF

Text Example


Text Example

White with #F1C0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C0EF; }

 p { color: rgb(241,192,239); }

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

background-color css

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

 a { background-color: rgb(241,192,239); }

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

border-color css

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

 span { border-color: rgb(241,192,239); }

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