#F8CBAB

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

Shades of Apricot #F8CBAB

Tints of Apricot #F8CBAB

Color information

#F8CBAB (or 0xF8CBAB) is unknown color: approx Apricot. HEX triplet: F8, CB and AB. RGB value is (248,203,171). Sum of RGB (Red+Green+Blue) = 248+203+171=622 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.87% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 171 (67.19% from 255 or 27.49% from 622); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CBAB is #073454. Grayscale: #D4D4D4. Windows color (decimal): -472149 or 11258872. OLE color: 11258872.

HSL color Cylindrical-coordinate representation of color #F8CBAB: hue angle of 24.94º degrees, saturation: 0.85, 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 #F8CBAB is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB248203171-
CMYK00.180.310.03
HSL24.94º84.62%82.16%-
HSV(B)24.94º31.05%97.25%-
XYZ67.4265.6147.64-
YUV212.81104.41153.1-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.87%
GREEN value IS 203 (79.69% from 255) = 32.64%
BLUE value IS 171 (67.19% from 255) = 27.49%
R=39.87%
G=32.64%
B=27.49%

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
Decimal24820317100.180.310.0324.9484.6282.16
HexF8CBAB0121F3195552
Octal37031325302237331125122
Binary11111000110010111010101101001011111111100110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CBAB; }

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

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

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

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

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

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

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

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