#FFC9B1

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

Shades of Apricot #FFC9B1

Tints of Apricot #FFC9B1

Color information

#FFC9B1 (or 0xFFC9B1) is unknown color: approx Apricot. HEX triplet: FF, C9 and B1. RGB value is (255,201,177). Sum of RGB (Red+Green+Blue) = 255+201+177=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 201 (78.91% from 255 or 31.75% from 633); Blue value is 177 (69.53% from 255 or 27.96% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC9B1 is #00364E. Grayscale: #D6D6D6. Windows color (decimal): -13903 or 11651583. OLE color: 11651583.

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

Color convert

RGB255201177-
CMYK00.210.310
HSL18.46º100%84.71%-
HSV(B)18.46º30.59%100%-
XYZ70.0666.2150.68-
YUV214.41106.89156.95-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.28%
GREEN value IS 201 (78.91% from 255) = 31.75%
BLUE value IS 177 (69.53% from 255) = 27.96%
R=40.28%
G=31.75%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520117700.210.31018.4610084.71
HexFFC9B10151F0126455
Octal37731126102537022144125
Binary1111111111001001101100010101011111101001011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC9B1; }

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

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

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

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

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

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

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

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