#F2C49C

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

Shades of Negroni #F2C49C

Tints of Negroni #F2C49C

Color information

#F2C49C (or 0xF2C49C) is unknown color: approx Negroni. HEX triplet: F2, C4 and 9C. RGB value is (242,196,156). Sum of RGB (Red+Green+Blue) = 242+196+156=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 196 (76.95% from 255 or 33.00% from 594); Blue value is 156 (61.33% from 255 or 26.26% from 594); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C49C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C49C is #0D3B63. Grayscale: #CDCDCD. Windows color (decimal): -867172 or 10274034. OLE color: 10274034.

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

Color convert

RGB242196156-
CMYK00.190.360.05
HSL27.91º76.79%78.04%-
HSV(B)27.91º35.54%94.9%-
XYZ62.3660.7639.89-
YUV205.19100.24154.25-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.74%
GREEN value IS 196 (76.95% from 255) = 33.00%
BLUE value IS 156 (61.33% from 255) = 26.26%
R=40.74%
G=33.00%
B=26.26%

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
Decimal24219615600.190.360.0527.9176.7978.04
HexF2C49C0132451c4d4e
Octal36230423402344534115116
Binary1111001011000100100111000100111001001011110010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C49C; }

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

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

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

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

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

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

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

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