#FFC8AB

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

Shades of Apricot #FFC8AB

Tints of Apricot #FFC8AB

Color information

#FFC8AB (or 0xFFC8AB) is unknown color: approx Apricot. HEX triplet: FF, C8 and AB. RGB value is (255,200,171). Sum of RGB (Red+Green+Blue) = 255+200+171=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 200 (78.52% from 255 or 31.95% from 626); Blue value is 171 (67.19% from 255 or 27.32% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC8AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC8AB is #003754. Grayscale: #D5D5D5. Windows color (decimal): -14165 or 11258111. OLE color: 11258111.

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

Color convert

RGB255200171-
CMYK00.220.330
HSL20.71º100%83.53%-
HSV(B)20.71º32.94%100%-
XYZ69.2465.5147.52-
YUV213.14104.22157.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.73%
GREEN value IS 200 (78.52% from 255) = 31.95%
BLUE value IS 171 (67.19% from 255) = 27.32%
R=40.73%
G=31.95%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520017100.220.33020.7110083.53
HexFFC8AB016210156454
Octal37731025302641025144124
Binary11111111110010001010101101011010000101010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC8AB; }

 p { color: rgb(255,200,171); }

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

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

 a { background-color: rgb(255,200,171); }

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

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

 span { border-color: rgb(255,200,171); }

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