#F0CBA3

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

Shades of Negroni #F0CBA3

Tints of Negroni #F0CBA3

Color information

#F0CBA3 (or 0xF0CBA3) is unknown color: approx Negroni. HEX triplet: F0, CB and A3. RGB value is (240,203,163). Sum of RGB (Red+Green+Blue) = 240+203+163=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 163 (64.06% from 255 or 26.90% from 606); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CBA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CBA3 is #0F345C. Grayscale: #D1D1D1. Windows color (decimal): -996445 or 10734576. OLE color: 10734576.

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

Color convert

RGB240203163-
CMYK00.150.320.06
HSL31.17º71.96%79.02%-
HSV(B)31.17º32.08%94.12%-
XYZ63.963.8843.61-
YUV209.5101.76149.75-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.60%
GREEN value IS 203 (79.69% from 255) = 33.50%
BLUE value IS 163 (64.06% from 255) = 26.90%
R=39.60%
G=33.50%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020316300.150.320.0631.1771.9679.02
HexF0CBA30F2061f484f
Octal36031324301740637110117
Binary111100001100101110100011011111000001101111110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CBA3; }

 p { color: rgb(240,203,163); }

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

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

 a { background-color: rgb(240,203,163); }

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

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

 span { border-color: rgb(240,203,163); }

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