#F1C49D

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

Shades of Negroni #F1C49D

Tints of Negroni #F1C49D

Color information

#F1C49D (or 0xF1C49D) is unknown color: approx Negroni. HEX triplet: F1, C4 and 9D. RGB value is (241,196,157). Sum of RGB (Red+Green+Blue) = 241+196+157=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 196 (76.95% from 255 or 33.00% from 594); Blue value is 157 (61.72% from 255 or 26.43% from 594); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C49D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C49D is #0E3B62. Grayscale: #CDCDCD. Windows color (decimal): -932707 or 10339569. OLE color: 10339569.

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

Color convert

RGB241196157-
CMYK00.190.350.05
HSL27.86º75%78.04%-
HSV(B)27.86º34.85%94.51%-
XYZ62.160.6140.33-
YUV205.01100.91153.67-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.57%
GREEN value IS 196 (76.95% from 255) = 33.00%
BLUE value IS 157 (61.72% from 255) = 26.43%
R=40.57%
G=33.00%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119615700.190.350.0527.867578.04
HexF1C49D0132351c4b4e
Octal36130423502343534113116
Binary1111000111000100100111010100111000111011110010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C49D; }

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

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

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

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

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

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

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

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