#F8CAAC

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

Shades of Apricot #F8CAAC

Tints of Apricot #F8CAAC

Color information

#F8CAAC (or 0xF8CAAC) is unknown color: approx Apricot. HEX triplet: F8, CA and AC. RGB value is (248,202,172). Sum of RGB (Red+Green+Blue) = 248+202+172=622 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.87% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 172 (67.58% from 255 or 27.65% from 622); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CAAC is #073553. Grayscale: #D4D4D4. Windows color (decimal): -472404 or 11324152. OLE color: 11324152.

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

Color convert

RGB248202172-
CMYK00.190.310.03
HSL23.68º84.44%82.35%-
HSV(B)23.68º30.65%97.25%-
XYZ67.2865.1848.06-
YUV212.33105.24153.44-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.87%
GREEN value IS 202 (79.30% from 255) = 32.48%
BLUE value IS 172 (67.58% from 255) = 27.65%
R=39.87%
G=32.48%
B=27.65%

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
Decimal24820217200.190.310.0323.6884.4482.35
HexF8CAAC0131F3185452
Octal37031225402337330124122
Binary11111000110010101010110001001111111111100010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CAAC; }

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

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

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

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

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

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

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

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