#F3CBA4

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

Shades of Negroni #F3CBA4

Tints of Negroni #F3CBA4

Color information

#F3CBA4 (or 0xF3CBA4) is unknown color: approx Negroni. HEX triplet: F3, CB and A4. RGB value is (243,203,164). Sum of RGB (Red+Green+Blue) = 243+203+164=610 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.84% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 164 (64.45% from 255 or 26.89% from 610); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CBA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3CBA4 is #0C345B. Grayscale: #D2D2D2. Windows color (decimal): -799836 or 10800115. OLE color: 10800115.

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

Color convert

RGB243203164-
CMYK00.160.330.05
HSL29.62º76.7%79.8%-
HSV(B)29.62º32.51%95.29%-
XYZ65.0264.4544.13-
YUV210.51101.75151.17-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.84%
GREEN value IS 203 (79.69% from 255) = 33.28%
BLUE value IS 164 (64.45% from 255) = 26.89%
R=39.84%
G=33.28%
B=26.89%

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
Decimal24320316400.160.330.0529.6276.779.8
HexF3CBA40102151e4d50
Octal36331324402041536115120
Binary1111001111001011101001000100001000011011111010011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CBA4; }

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

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

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

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

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

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

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

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