#F7CBAB

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

Shades of Apricot #F7CBAB

Tints of Apricot #F7CBAB

Color information

#F7CBAB (or 0xF7CBAB) is unknown color: approx Apricot. HEX triplet: F7, CB and AB. RGB value is (247,203,171). Sum of RGB (Red+Green+Blue) = 247+203+171=621 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.77% from 621); Green value is 203 (79.69% from 255 or 32.69% from 621); Blue value is 171 (67.19% from 255 or 27.54% from 621); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CBAB is #083454. Grayscale: #D4D4D4. Windows color (decimal): -537685 or 11258871. OLE color: 11258871.

HSL color Cylindrical-coordinate representation of color #F7CBAB: hue angle of 25.26º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F7CBAB is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB247203171-
CMYK00.180.310.03
HSL25.26º82.61%81.96%-
HSV(B)25.26º30.77%96.86%-
XYZ67.0665.4347.62-
YUV212.51104.58152.6-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.77%
GREEN value IS 203 (79.69% from 255) = 32.69%
BLUE value IS 171 (67.19% from 255) = 27.54%
R=39.77%
G=32.69%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720317100.180.310.0325.2682.6181.96
HexF7CBAB0121F3195352
Octal36731325302237331123122
Binary11110111110010111010101101001011111111100110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CBAB; }

 p { color: rgb(247,203,171); }

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

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

 a { background-color: rgb(247,203,171); }

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

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

 span { border-color: rgb(247,203,171); }

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