#F1CAA1

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

Shades of Negroni #F1CAA1

Tints of Negroni #F1CAA1

Color information

#F1CAA1 (or 0xF1CAA1) is unknown color: approx Negroni. HEX triplet: F1, CA and A1. RGB value is (241,202,161). Sum of RGB (Red+Green+Blue) = 241+202+161=604 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.90% from 604); Green value is 202 (79.30% from 255 or 33.44% from 604); Blue value is 161 (63.28% from 255 or 26.66% from 604); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CAA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CAA1 is #0E355E. Grayscale: #D1D1D1. Windows color (decimal): -931167 or 10603249. OLE color: 10603249.

HSL color Cylindrical-coordinate representation of color #F1CAA1: hue angle of 30.75º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F1CAA1 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB241202161-
CMYK00.160.330.05
HSL30.75º74.07%78.82%-
HSV(B)30.75º33.2%94.51%-
XYZ63.8363.5242.61-
YUV208.99100.92150.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.90%
GREEN value IS 202 (79.30% from 255) = 33.44%
BLUE value IS 161 (63.28% from 255) = 26.66%
R=39.90%
G=33.44%
B=26.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120216100.160.330.0530.7574.0778.82
HexF1CAA10102151f4a4f
Octal36131224102041537112117
Binary1111000111001010101000010100001000011011111110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CAA1; }

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

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

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

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

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

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

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

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