#F3CAA4

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

Shades of Negroni #F3CAA4

Tints of Negroni #F3CAA4

Color information

#F3CAA4 (or 0xF3CAA4) is unknown color: approx Negroni. HEX triplet: F3, CA and A4. RGB value is (243,202,164). Sum of RGB (Red+Green+Blue) = 243+202+164=609 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.90% from 609); Green value is 202 (79.30% from 255 or 33.17% from 609); Blue value is 164 (64.45% from 255 or 26.93% from 609); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CAA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3CAA4 is #0C355B. Grayscale: #D2D2D2. Windows color (decimal): -800092 or 10799859. OLE color: 10799859.

HSL color Cylindrical-coordinate representation of color #F3CAA4: hue angle of 28.86º 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 #F3CAA4 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB243202164-
CMYK00.170.330.05
HSL28.86º76.7%79.8%-
HSV(B)28.86º32.51%95.29%-
XYZ64.7863.9844.06-
YUV209.93102.08151.59-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.90%
GREEN value IS 202 (79.30% from 255) = 33.17%
BLUE value IS 164 (64.45% from 255) = 26.93%
R=39.90%
G=33.17%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320216400.170.330.0528.8676.779.8
HexF3CAA40112151d4d50
Octal36331224402141535115120
Binary1111001111001010101001000100011000011011110110011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CAA4; }

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

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

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

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

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

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

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

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