#F9CCAE

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

Shades of Apricot #F9CCAE

Tints of Apricot #F9CCAE

Color information

#F9CCAE (or 0xF9CCAE) is unknown color: approx Apricot. HEX triplet: F9, CC and AE. RGB value is (249,204,174). Sum of RGB (Red+Green+Blue) = 249+204+174=627 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.71% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 174 (68.36% from 255 or 27.75% from 627); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CCAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CCAE is #063351. Grayscale: #D6D6D6. Windows color (decimal): -406354 or 11455737. OLE color: 11455737.

HSL color Cylindrical-coordinate representation of color #F9CCAE: hue angle of 24º 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 #F9CCAE is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB249204174-
CMYK00.180.300.02
HSL24º86.21%82.94%-
HSV(B)24º30.12%97.65%-
XYZ68.366.3849.26-
YUV214.04105.41152.94-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.71%
GREEN value IS 204 (80.08% from 255) = 32.54%
BLUE value IS 174 (68.36% from 255) = 27.75%
R=39.71%
G=32.54%
B=27.75%

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
Decimal24920417400.180.300.022486.2182.94
HexF9CCAE0121E2185653
Octal37131425602236230126123
Binary11111001110011001010111001001011110101100010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CCAE; }

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

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

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

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

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

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

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

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