#F1CAA8

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

Shades of Negroni #F1CAA8

Tints of Negroni #F1CAA8

Color information

#F1CAA8 (or 0xF1CAA8) is unknown color: approx Negroni. HEX triplet: F1, CA and A8. RGB value is (241,202,168). Sum of RGB (Red+Green+Blue) = 241+202+168=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 202 (79.30% from 255 or 33.06% from 611); Blue value is 168 (66.02% from 255 or 27.50% from 611); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CAA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CAA8 is #0E3557. Grayscale: #D1D1D1. Windows color (decimal): -931160 or 11062001. OLE color: 11062001.

HSL color Cylindrical-coordinate representation of color #F1CAA8: hue angle of 27.95º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F1CAA8 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB241202168-
CMYK00.160.300.05
HSL27.95º72.28%80.2%-
HSV(B)27.95º30.29%94.51%-
XYZ64.4663.7745.96-
YUV209.78104.42150.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.44%
GREEN value IS 202 (79.30% from 255) = 33.06%
BLUE value IS 168 (66.02% from 255) = 27.50%
R=39.44%
G=33.06%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120216800.160.300.0527.9572.2880.2
HexF1CAA80101E51c4850
Octal36131225002036534110120
Binary111100011100101010101000010000111101011110010010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CAA8; }

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

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

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

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

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

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

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

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