#F4CAA7

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

Shades of Negroni #F4CAA7

Tints of Negroni #F4CAA7

Color information

#F4CAA7 (or 0xF4CAA7) is unknown color: approx Negroni. HEX triplet: F4, CA and A7. RGB value is (244,202,167). Sum of RGB (Red+Green+Blue) = 244+202+167=613 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.80% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 167 (65.62% from 255 or 27.24% from 613); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CAA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4CAA7 is #0B3558. Grayscale: #D2D2D2. Windows color (decimal): -734553 or 10996468. OLE color: 10996468.

HSL color Cylindrical-coordinate representation of color #F4CAA7: hue angle of 27.27º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F4CAA7 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB244202167-
CMYK00.170.320.04
HSL27.27º77.78%80.59%-
HSV(B)27.27º31.56%95.69%-
XYZ65.464.2645.52-
YUV210.57103.41151.85-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.80%
GREEN value IS 202 (79.30% from 255) = 32.95%
BLUE value IS 167 (65.62% from 255) = 27.24%
R=39.80%
G=32.95%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420216700.170.320.0427.2777.7880.59
HexF4CAA70112041b4e51
Octal36431224702140433116121
Binary1111010011001010101001110100011000001001101110011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CAA7; }

 p { color: rgb(244,202,167); }

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

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

 a { background-color: rgb(244,202,167); }

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

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

 span { border-color: rgb(244,202,167); }

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