#F1CBA6

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

Shades of Negroni #F1CBA6

Tints of Negroni #F1CBA6

Color information

#F1CBA6 (or 0xF1CBA6) is unknown color: approx Negroni. HEX triplet: F1, CB and A6. RGB value is (241,203,166). Sum of RGB (Red+Green+Blue) = 241+203+166=610 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.51% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 166 (65.23% from 255 or 27.21% from 610); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CBA6 is #0E3459. Grayscale: #D2D2D2. Windows color (decimal): -930906 or 10931185. OLE color: 10931185.

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

Color convert

RGB241203166-
CMYK00.160.310.05
HSL29.6º72.82%79.8%-
HSV(B)29.6º31.12%94.51%-
XYZ64.5164.1745.06-
YUV210.14103.09150.01-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.51%
GREEN value IS 203 (79.69% from 255) = 33.28%
BLUE value IS 166 (65.23% from 255) = 27.21%
R=39.51%
G=33.28%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120316600.160.310.0529.672.8279.8
HexF1CBA60101F51e4950
Octal36131324602037536111120
Binary111100011100101110100110010000111111011111010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CBA6; }

 p { color: rgb(241,203,166); }

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

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

 a { background-color: rgb(241,203,166); }

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

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

 span { border-color: rgb(241,203,166); }

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