#F8CBAA

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

Shades of Apricot #F8CBAA

Tints of Apricot #F8CBAA

Color information

#F8CBAA (or 0xF8CBAA) is unknown color: approx Apricot. HEX triplet: F8, CB and AA. RGB value is (248,203,170). Sum of RGB (Red+Green+Blue) = 248+203+170=621 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.94% from 621); Green value is 203 (79.69% from 255 or 32.69% from 621); Blue value is 170 (66.80% from 255 or 27.38% from 621); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CBAA is #073455. Grayscale: #D4D4D4. Windows color (decimal): -472150 or 11193336. OLE color: 11193336.

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

Color convert

RGB248203170-
CMYK00.180.310.03
HSL25.38º84.78%81.96%-
HSV(B)25.38º31.45%97.25%-
XYZ67.3265.5747.14-
YUV212.69103.91153.18-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.94%
GREEN value IS 203 (79.69% from 255) = 32.69%
BLUE value IS 170 (66.80% from 255) = 27.38%
R=39.94%
G=32.69%
B=27.38%

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
Decimal24820317000.180.310.0325.3884.7881.96
HexF8CBAA0121F3195552
Octal37031325202237331125122
Binary11111000110010111010101001001011111111100110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CBAA; }

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

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

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

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

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

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

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

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