#F3CBA5

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

Shades of Negroni #F3CBA5

Tints of Negroni #F3CBA5

Color information

#F3CBA5 (or 0xF3CBA5) is unknown color: approx Negroni. HEX triplet: F3, CB and A5. RGB value is (243,203,165). Sum of RGB (Red+Green+Blue) = 243+203+165=611 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.77% from 611); Green value is 203 (79.69% from 255 or 33.22% from 611); Blue value is 165 (64.84% from 255 or 27.00% from 611); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3CBA5 is #0C345A. Grayscale: #D2D2D2. Windows color (decimal): -799835 or 10865651. OLE color: 10865651.

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

Color convert

RGB243203165-
CMYK00.160.320.05
HSL29.23º76.47%80%-
HSV(B)29.23º32.1%95.29%-
XYZ65.1164.4844.61-
YUV210.63102.25151.09-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.77%
GREEN value IS 203 (79.69% from 255) = 33.22%
BLUE value IS 165 (64.84% from 255) = 27.00%
R=39.77%
G=33.22%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320316500.160.320.0529.2376.4780
HexF3CBA50102051d4c50
Octal36331324502040535114120
Binary1111001111001011101001010100001000001011110110011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CBA5; }

 p { color: rgb(243,203,165); }

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

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

 a { background-color: rgb(243,203,165); }

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

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

 span { border-color: rgb(243,203,165); }

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