#F4CAA3

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

Shades of Negroni #F4CAA3

Tints of Negroni #F4CAA3

Color information

#F4CAA3 (or 0xF4CAA3) is unknown color: approx Negroni. HEX triplet: F4, CA and A3. RGB value is (244,202,163). Sum of RGB (Red+Green+Blue) = 244+202+163=609 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.07% from 609); Green value is 202 (79.30% from 255 or 33.17% from 609); Blue value is 163 (64.06% from 255 or 26.77% from 609); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CAA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4CAA3 is #0B355C. Grayscale: #D2D2D2. Windows color (decimal): -734557 or 10734324. OLE color: 10734324.

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

Color convert

RGB244202163-
CMYK00.170.330.04
HSL28.89º78.64%79.8%-
HSV(B)28.89º33.2%95.69%-
XYZ65.0464.1243.6-
YUV210.11101.41152.17-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.07%
GREEN value IS 202 (79.30% from 255) = 33.17%
BLUE value IS 163 (64.06% from 255) = 26.77%
R=40.07%
G=33.17%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420216300.170.330.0428.8978.6479.8
HexF4CAA30112141d4f50
Octal36431224302141435117120
Binary1111010011001010101000110100011000011001110110011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CAA3; }

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

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

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

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

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

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

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

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