#F8CAAA

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

Shades of Apricot #F8CAAA

Tints of Apricot #F8CAAA

Color information

#F8CAAA (or 0xF8CAAA) is unknown color: approx Apricot. HEX triplet: F8, CA and AA. RGB value is (248,202,170). Sum of RGB (Red+Green+Blue) = 248+202+170=620 (82% of max value = 765). Red value is 248 (97.27% from 255 or 40% from 620); Green value is 202 (79.30% from 255 or 32.58% from 620); Blue value is 170 (66.80% from 255 or 27.42% from 620); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CAAA is #073555. Grayscale: #D4D4D4. Windows color (decimal): -472406 or 11193080. OLE color: 11193080.

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

Color convert

RGB248202170-
CMYK00.190.310.03
HSL24.62º84.78%81.96%-
HSV(B)24.62º31.45%97.25%-
XYZ67.0965.147.06-
YUV212.11104.24153.6-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40%
GREEN value IS 202 (79.30% from 255) = 32.58%
BLUE value IS 170 (66.80% from 255) = 27.42%
R=40%
G=32.58%
B=27.42%

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
Decimal24820217000.190.310.0324.6284.7881.96
HexF8CAAA0131F3195552
Octal37031225202337331125122
Binary11111000110010101010101001001111111111100110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CAAA; }

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

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

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

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

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

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

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

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