#FFC9B3

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

Shades of Apricot #FFC9B3

Tints of Apricot #FFC9B3

Color information

#FFC9B3 (or 0xFFC9B3) is unknown color: approx Apricot. HEX triplet: FF, C9 and B3. RGB value is (255,201,179). Sum of RGB (Red+Green+Blue) = 255+201+179=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 201 (78.91% from 255 or 31.65% from 635); Blue value is 179 (70.31% from 255 or 28.19% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC9B3 is #00364C. Grayscale: #D6D6D6. Windows color (decimal): -13901 or 11782655. OLE color: 11782655.

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

Color convert

RGB255201179-
CMYK00.210.300
HSL17.37º100%85.1%-
HSV(B)17.37º29.8%100%-
XYZ70.2666.2951.74-
YUV214.64107.89156.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.16%
GREEN value IS 201 (78.91% from 255) = 31.65%
BLUE value IS 179 (70.31% from 255) = 28.19%
R=40.16%
G=31.65%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520117900.210.30017.3710085.1
HexFFC9B30151E0116455
Octal37731126302536021144125
Binary1111111111001001101100110101011111001000111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC9B3; }

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

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

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

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

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

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

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

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