#F4CBA7

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

Shades of Negroni #F4CBA7

Tints of Negroni #F4CBA7

Color information

#F4CBA7 (or 0xF4CBA7) is unknown color: approx Negroni. HEX triplet: F4, CB and A7. RGB value is (244,203,167). Sum of RGB (Red+Green+Blue) = 244+203+167=614 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.74% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 167 (65.62% from 255 or 27.20% from 614); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CBA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4CBA7 is #0B3458. Grayscale: #D3D3D3. Windows color (decimal): -734297 or 10996724. OLE color: 10996724.

HSL color Cylindrical-coordinate representation of color #F4CBA7: hue angle of 28.05º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F4CBA7 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB244203167-
CMYK00.170.320.04
HSL28.05º77.78%80.59%-
HSV(B)28.05º31.56%95.69%-
XYZ65.6464.7345.59-
YUV211.16103.08151.43-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.74%
GREEN value IS 203 (79.69% from 255) = 33.06%
BLUE value IS 167 (65.62% from 255) = 27.20%
R=39.74%
G=33.06%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420316700.170.320.0428.0577.7880.59
HexF4CBA70112041c4e51
Octal36431324702140434116121
Binary1111010011001011101001110100011000001001110010011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CBA7; }

 p { color: rgb(244,203,167); }

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

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

 a { background-color: rgb(244,203,167); }

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

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

 span { border-color: rgb(244,203,167); }

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