#F2C49B

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

Shades of Negroni #F2C49B

Tints of Negroni #F2C49B

Color information

#F2C49B (or 0xF2C49B) is unknown color: approx Negroni. HEX triplet: F2, C4 and 9B. RGB value is (242,196,155). Sum of RGB (Red+Green+Blue) = 242+196+155=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 196 (76.95% from 255 or 33.05% from 593); Blue value is 155 (60.94% from 255 or 26.14% from 593); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C49B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C49B is #0D3B64. Grayscale: #CDCDCD. Windows color (decimal): -867173 or 10208498. OLE color: 10208498.

HSL color Cylindrical-coordinate representation of color #F2C49B: hue angle of 28.28º degrees, saturation: 0.77, 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 #F2C49B is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB242196155-
CMYK00.190.360.05
HSL28.28º76.99%77.84%-
HSV(B)28.28º35.95%94.9%-
XYZ62.2760.7239.45-
YUV205.0899.74154.33-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.81%
GREEN value IS 196 (76.95% from 255) = 33.05%
BLUE value IS 155 (60.94% from 255) = 26.14%
R=40.81%
G=33.05%
B=26.14%

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
Decimal24219615500.190.360.0528.2876.9977.84
HexF2C49B0132451c4d4e
Octal36230423302344534115116
Binary1111001011000100100110110100111001001011110010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C49B; }

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

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

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

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

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

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

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

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