#F8CDAC

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

Shades of Apricot #F8CDAC

Tints of Apricot #F8CDAC

Color information

#F8CDAC (or 0xF8CDAC) is unknown color: approx Apricot. HEX triplet: F8, CD and AC. RGB value is (248,205,172). Sum of RGB (Red+Green+Blue) = 248+205+172=625 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.68% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 172 (67.58% from 255 or 27.52% from 625); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CDAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CDAC is #073253. Grayscale: #D6D6D6. Windows color (decimal): -471636 or 11324920. OLE color: 11324920.

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

Color convert

RGB248205172-
CMYK00.170.310.03
HSL26.05º84.44%82.35%-
HSV(B)26.05º30.65%97.25%-
XYZ67.9966.648.3-
YUV214.1104.25152.18-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.68%
GREEN value IS 205 (80.47% from 255) = 32.8%
BLUE value IS 172 (67.58% from 255) = 27.52%
R=39.68%
G=32.8%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820517200.170.310.0326.0584.4482.35
HexF8CDAC0111F31a5452
Octal37031525402137332124122
Binary11111000110011011010110001000111111111101010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CDAC; }

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

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

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

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

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

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

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

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