#FFC7AB

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

Shades of Apricot #FFC7AB

Tints of Apricot #FFC7AB

Color information

#FFC7AB (or 0xFFC7AB) is unknown color: approx Apricot. HEX triplet: FF, C7 and AB. RGB value is (255,199,171). Sum of RGB (Red+Green+Blue) = 255+199+171=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 199 (78.12% from 255 or 31.84% from 625); Blue value is 171 (67.19% from 255 or 27.36% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC7AB is #003854. Grayscale: #D4D4D4. Windows color (decimal): -14421 or 11257855. OLE color: 11257855.

HSL color Cylindrical-coordinate representation of color #FFC7AB: hue angle of 20º 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 #FFC7AB is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB255199171-
CMYK00.220.330
HSL20º100%83.53%-
HSV(B)20º32.94%100%-
XYZ69.0165.0547.45-
YUV212.55104.55158.28-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.8%
GREEN value IS 199 (78.12% from 255) = 31.84%
BLUE value IS 171 (67.19% from 255) = 27.36%
R=40.8%
G=31.84%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519917100.220.3302010083.53
HexFFC7AB016210146454
Octal37730725302641024144124
Binary11111111110001111010101101011010000101010011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC7AB; }

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

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

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

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

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

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

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

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