#FFC9AD

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

Shades of Apricot #FFC9AD

Tints of Apricot #FFC9AD

Color information

#FFC9AD (or 0xFFC9AD) is unknown color: approx Apricot. HEX triplet: FF, C9 and AD. RGB value is (255,201,173). Sum of RGB (Red+Green+Blue) = 255+201+173=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 201 (78.91% from 255 or 31.96% from 629); Blue value is 173 (67.97% from 255 or 27.50% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC9AD is #003652. Grayscale: #D6D6D6. Windows color (decimal): -13907 or 11389439. OLE color: 11389439.

HSL color Cylindrical-coordinate representation of color #FFC9AD: hue angle of 20.49º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFC9AD is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB255201173-
CMYK00.210.320
HSL20.49º100%83.92%-
HSV(B)20.49º32.16%100%-
XYZ69.6766.0548.61-
YUV213.95104.89157.28-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.54%
GREEN value IS 201 (78.91% from 255) = 31.96%
BLUE value IS 173 (67.97% from 255) = 27.50%
R=40.54%
G=31.96%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520117300.210.32020.4910083.92
HexFFC9AD015200146454
Octal37731125502540024144124
Binary11111111110010011010110101010110000001010011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC9AD; }

 p { color: rgb(255,201,173); }

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

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

 a { background-color: rgb(255,201,173); }

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

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

 span { border-color: rgb(255,201,173); }

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