#F1C29C

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

Shades of Negroni #F1C29C

Tints of Negroni #F1C29C

Color information

#F1C29C (or 0xF1C29C) is unknown color: approx Negroni. HEX triplet: F1, C2 and 9C. RGB value is (241,194,156). Sum of RGB (Red+Green+Blue) = 241+194+156=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 194 (76.17% from 255 or 32.83% from 591); Blue value is 156 (61.33% from 255 or 26.40% from 591); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C29C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C29C is #0E3D63. Grayscale: #CBCBCB. Windows color (decimal): -933220 or 10273521. OLE color: 10273521.

HSL color Cylindrical-coordinate representation of color #F1C29C: hue angle of 26.82º 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 #F1C29C is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB241194156-
CMYK00.200.350.05
HSL26.82º75.22%77.84%-
HSV(B)26.82º35.27%94.51%-
XYZ61.5759.6839.73-
YUV203.72101.07154.59-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.78%
GREEN value IS 194 (76.17% from 255) = 32.83%
BLUE value IS 156 (61.33% from 255) = 26.40%
R=40.78%
G=32.83%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119415600.200.350.0526.8275.2277.84
HexF1C29C0142351b4b4e
Octal36130223402443533113116
Binary1111000111000010100111000101001000111011101110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C29C; }

 p { color: rgb(241,194,156); }

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

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

 a { background-color: rgb(241,194,156); }

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

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

 span { border-color: rgb(241,194,156); }

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