#F2C69C

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

Shades of Negroni #F2C69C

Tints of Negroni #F2C69C

Color information

#F2C69C (or 0xF2C69C) is unknown color: approx Negroni. HEX triplet: F2, C6 and 9C. RGB value is (242,198,156). Sum of RGB (Red+Green+Blue) = 242+198+156=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 198 (77.73% from 255 or 33.22% from 596); Blue value is 156 (61.33% from 255 or 26.17% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C69C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C69C is #0D3963. Grayscale: #CECECE. Windows color (decimal): -866660 or 10274546. OLE color: 10274546.

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

Color convert

RGB242198156-
CMYK00.180.360.05
HSL29.3º76.79%78.04%-
HSV(B)29.3º35.54%94.9%-
XYZ62.8161.6740.04-
YUV206.3799.58153.42-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.60%
GREEN value IS 198 (77.73% from 255) = 33.22%
BLUE value IS 156 (61.33% from 255) = 26.17%
R=40.60%
G=33.22%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219815600.180.360.0529.376.7978.04
HexF2C69C0122451d4d4e
Octal36230623402244535115116
Binary1111001011000110100111000100101001001011110110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C69C; }

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

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

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

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

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

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

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

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