#F1C6A1

Color #F1C6A1 Negroni (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Negroni #F1C6A1

Tints of Negroni #F1C6A1

Color information

#F1C6A1 (or 0xF1C6A1) is unknown color: approx Negroni. HEX triplet: F1, C6 and A1. RGB value is (241,198,161). Sum of RGB (Red+Green+Blue) = 241+198+161=600 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.17% from 600); Green value is 198 (77.73% from 255 or 33% from 600); Blue value is 161 (63.28% from 255 or 26.83% from 600); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C6A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C6A1 is #0E395E. Grayscale: #CECECE. Windows color (decimal): -932191 or 10602225. OLE color: 10602225.

HSL color Cylindrical-coordinate representation of color #F1C6A1: hue angle of 27.75º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F1C6A1 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB241198161-
CMYK00.180.330.05
HSL27.75º74.07%78.82%-
HSV(B)27.75º33.2%94.51%-
XYZ62.961.6642.3-
YUV206.64102.25152.51-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.17%
GREEN value IS 198 (77.73% from 255) = 33%
BLUE value IS 161 (63.28% from 255) = 26.83%
R=40.17%
G=33%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119816100.180.330.0527.7574.0778.82
HexF1C6A10122151c4a4f
Octal36130624102241534112117
Binary1111000111000110101000010100101000011011110010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C6A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C6A1; }

 p { color: rgb(241,198,161); }

 H1.HeaderClassName
 {
   color: #F1C6A1;
 }
 .AnyTagClassName
 {
   color: #F1C6A1;
 }
</style>
background-color css

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

 a { background-color: rgb(241,198,161); }

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

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

 span { border-color: rgb(241,198,161); }

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