#F8CAAB

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

Shades of Apricot #F8CAAB

Tints of Apricot #F8CAAB

Color information

#F8CAAB (or 0xF8CAAB) is unknown color: approx Apricot. HEX triplet: F8, CA and AB. RGB value is (248,202,171). Sum of RGB (Red+Green+Blue) = 248+202+171=621 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.94% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 171 (67.19% from 255 or 27.54% from 621); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CAAB is #073554. Grayscale: #D4D4D4. Windows color (decimal): -472405 or 11258616. OLE color: 11258616.

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

Color convert

RGB248202171-
CMYK00.190.310.03
HSL24.16º84.62%82.16%-
HSV(B)24.16º31.05%97.25%-
XYZ67.1865.1447.56-
YUV212.22104.74153.52-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.94%
GREEN value IS 202 (79.30% from 255) = 32.53%
BLUE value IS 171 (67.19% from 255) = 27.54%
R=39.94%
G=32.53%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820217100.190.310.0324.1684.6282.16
HexF8CAAB0131F3185552
Octal37031225302337330125122
Binary11111000110010101010101101001111111111100010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CAAB; }

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

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

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

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

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

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

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

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