#F9CBAE

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

Shades of Apricot #F9CBAE

Tints of Apricot #F9CBAE

Color information

#F9CBAE (or 0xF9CBAE) is unknown color: approx Apricot. HEX triplet: F9, CB and AE. RGB value is (249,203,174). Sum of RGB (Red+Green+Blue) = 249+203+174=626 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.78% from 626); Green value is 203 (79.69% from 255 or 32.43% from 626); Blue value is 174 (68.36% from 255 or 27.80% from 626); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CBAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CBAE is #063451. Grayscale: #D5D5D5. Windows color (decimal): -406610 or 11455481. OLE color: 11455481.

HSL color Cylindrical-coordinate representation of color #F9CBAE: hue angle of 23.2º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F9CBAE is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB249203174-
CMYK00.180.300.02
HSL23.2º86.21%82.94%-
HSV(B)23.2º30.12%97.65%-
XYZ68.0665.9149.18-
YUV213.45105.74153.36-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.78%
GREEN value IS 203 (79.69% from 255) = 32.43%
BLUE value IS 174 (68.36% from 255) = 27.80%
R=39.78%
G=32.43%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920317400.180.300.0223.286.2182.94
HexF9CBAE0121E2175653
Octal37131325602236227126123
Binary11111001110010111010111001001011110101011110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CBAE; }

 p { color: rgb(249,203,174); }

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

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

 a { background-color: rgb(249,203,174); }

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

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

 span { border-color: rgb(249,203,174); }

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