#F2C8A0

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

Shades of Negroni #F2C8A0

Tints of Negroni #F2C8A0

Color information

#F2C8A0 (or 0xF2C8A0) is unknown color: approx Negroni. HEX triplet: F2, C8 and A0. RGB value is (242,200,160). Sum of RGB (Red+Green+Blue) = 242+200+160=602 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.20% from 602); Green value is 200 (78.52% from 255 or 33.22% from 602); Blue value is 160 (62.89% from 255 or 26.58% from 602); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C8A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C8A0 is #0D375F. Grayscale: #D0D0D0. Windows color (decimal): -866144 or 10537202. OLE color: 10537202.

HSL color Cylindrical-coordinate representation of color #F2C8A0: hue angle of 29.27º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F2C8A0 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB242200160-
CMYK00.170.340.05
HSL29.27º75.93%78.82%-
HSV(B)29.27º33.88%94.9%-
XYZ63.6262.7242.01-
YUV208100.91152.25-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.20%
GREEN value IS 200 (78.52% from 255) = 33.22%
BLUE value IS 160 (62.89% from 255) = 26.58%
R=40.20%
G=33.22%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220016000.170.340.0529.2775.9378.82
HexF2C8A00112251d4c4f
Octal36231024002142535114117
Binary1111001011001000101000000100011000101011110110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C8A0; }

 p { color: rgb(242,200,160); }

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

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

 a { background-color: rgb(242,200,160); }

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

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

 span { border-color: rgb(242,200,160); }

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