#F0CAA5

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

Shades of Negroni #F0CAA5

Tints of Negroni #F0CAA5

Color information

#F0CAA5 (or 0xF0CAA5) is unknown color: approx Negroni. HEX triplet: F0, CA and A5. RGB value is (240,202,165). Sum of RGB (Red+Green+Blue) = 240+202+165=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 202 (79.30% from 255 or 33.28% from 607); Blue value is 165 (64.84% from 255 or 27.18% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CAA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CAA5 is #0F355A. Grayscale: #D1D1D1. Windows color (decimal): -996699 or 10865392. OLE color: 10865392.

HSL color Cylindrical-coordinate representation of color #F0CAA5: hue angle of 29.6º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F0CAA5 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB240202165-
CMYK00.160.310.06
HSL29.6º71.43%79.41%-
HSV(B)29.6º31.25%94.12%-
XYZ63.8563.4844.49-
YUV209.14103.09150.01-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.54%
GREEN value IS 202 (79.30% from 255) = 33.28%
BLUE value IS 165 (64.84% from 255) = 27.18%
R=39.54%
G=33.28%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020216500.160.310.0629.671.4379.41
HexF0CAA50101F61e474f
Octal36031224502037636107117
Binary111100001100101010100101010000111111101111010001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CAA5; }

 p { color: rgb(240,202,165); }

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

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

 a { background-color: rgb(240,202,165); }

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

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

 span { border-color: rgb(240,202,165); }

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