#F3CAA8

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

Shades of Negroni #F3CAA8

Tints of Negroni #F3CAA8

Color information

#F3CAA8 (or 0xF3CAA8) is unknown color: approx Negroni. HEX triplet: F3, CA and A8. RGB value is (243,202,168). Sum of RGB (Red+Green+Blue) = 243+202+168=613 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.64% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 168 (66.02% from 255 or 27.41% from 613); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CAA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3CAA8 is #0C3557. Grayscale: #D2D2D2. Windows color (decimal): -800088 or 11062003. OLE color: 11062003.

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

Color convert

RGB243202168-
CMYK00.170.310.05
HSL27.2º75.76%80.59%-
HSV(B)27.2º30.86%95.29%-
XYZ65.1564.1245.99-
YUV210.38104.08151.26-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.64%
GREEN value IS 202 (79.30% from 255) = 32.95%
BLUE value IS 168 (66.02% from 255) = 27.41%
R=39.64%
G=32.95%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320216800.170.310.0527.275.7680.59
HexF3CAA80111F51b4c51
Octal36331225002137533114121
Binary111100111100101010101000010001111111011101110011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CAA8; }

 p { color: rgb(243,202,168); }

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

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

 a { background-color: rgb(243,202,168); }

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

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

 span { border-color: rgb(243,202,168); }

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