#F9CFAB

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

Shades of Apricot #F9CFAB

Tints of Apricot #F9CFAB

Color information

#F9CFAB (or 0xF9CFAB) is unknown color: approx Apricot. HEX triplet: F9, CF and AB. RGB value is (249,207,171). Sum of RGB (Red+Green+Blue) = 249+207+171=627 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.71% from 627); Green value is 207 (81.25% from 255 or 33.01% from 627); Blue value is 171 (67.19% from 255 or 27.27% from 627); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CFAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CFAB is #063054. Grayscale: #D7D7D7. Windows color (decimal): -405589 or 11259897. OLE color: 11259897.

HSL color Cylindrical-coordinate representation of color #F9CFAB: hue angle of 27.69º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9CFAB is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB249207171-
CMYK00.170.310.02
HSL27.69º86.67%82.35%-
HSV(B)27.69º31.33%97.65%-
XYZ68.7367.7147.97-
YUV215.45102.91151.93-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.71%
GREEN value IS 207 (81.25% from 255) = 33.01%
BLUE value IS 171 (67.19% from 255) = 27.27%
R=39.71%
G=33.01%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920717100.170.310.0227.6986.6782.35
HexF9CFAB0111F21c5752
Octal37131725302137234127122
Binary11111001110011111010101101000111111101110010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CFAB; }

 p { color: rgb(249,207,171); }

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

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

 a { background-color: rgb(249,207,171); }

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

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

 span { border-color: rgb(249,207,171); }

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