#F1CBA8

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

Shades of Negroni #F1CBA8

Tints of Negroni #F1CBA8

Color information

#F1CBA8 (or 0xF1CBA8) is unknown color: approx Negroni. HEX triplet: F1, CB and A8. RGB value is (241,203,168). Sum of RGB (Red+Green+Blue) = 241+203+168=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 203 (79.69% from 255 or 33.17% from 612); Blue value is 168 (66.02% from 255 or 27.45% from 612); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CBA8 is #0E3457. Grayscale: #D2D2D2. Windows color (decimal): -930904 or 11062257. OLE color: 11062257.

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

Color convert

RGB241203168-
CMYK00.160.300.05
HSL28.77º72.28%80.2%-
HSV(B)28.77º30.29%94.51%-
XYZ64.764.2446.04-
YUV210.37104.09149.85-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.38%
GREEN value IS 203 (79.69% from 255) = 33.17%
BLUE value IS 168 (66.02% from 255) = 27.45%
R=39.38%
G=33.17%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120316800.160.300.0528.7772.2880.2
HexF1CBA80101E51d4850
Octal36131325002036535110120
Binary111100011100101110101000010000111101011110110010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CBA8; }

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

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

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

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

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

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

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

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