#F1C49B

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

Shades of Negroni #F1C49B

Tints of Negroni #F1C49B

Color information

#F1C49B (or 0xF1C49B) is unknown color: approx Negroni. HEX triplet: F1, C4 and 9B. RGB value is (241,196,155). Sum of RGB (Red+Green+Blue) = 241+196+155=592 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.71% from 592); Green value is 196 (76.95% from 255 or 33.11% from 592); Blue value is 155 (60.94% from 255 or 26.18% from 592); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C49B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C49B is #0E3B64. Grayscale: #CCCCCC. Windows color (decimal): -932709 or 10208497. OLE color: 10208497.

HSL color Cylindrical-coordinate representation of color #F1C49B: hue angle of 28.6º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F1C49B is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB241196155-
CMYK00.190.360.05
HSL28.6º75.44%77.65%-
HSV(B)28.6º35.68%94.51%-
XYZ61.9360.5539.43-
YUV204.7899.91153.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.71%
GREEN value IS 196 (76.95% from 255) = 33.11%
BLUE value IS 155 (60.94% from 255) = 26.18%
R=40.71%
G=33.11%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119615500.190.360.0528.675.4477.65
HexF1C49B0132451d4b4e
Octal36130423302344535113116
Binary1111000111000100100110110100111001001011110110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C49B; }

 p { color: rgb(241,196,155); }

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

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

 a { background-color: rgb(241,196,155); }

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

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

 span { border-color: rgb(241,196,155); }

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