#F9CCAA

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

Shades of Apricot #F9CCAA

Tints of Apricot #F9CCAA

Color information

#F9CCAA (or 0xF9CCAA) is unknown color: approx Apricot. HEX triplet: F9, CC and AA. RGB value is (249,204,170). Sum of RGB (Red+Green+Blue) = 249+204+170=623 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.97% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 170 (66.80% from 255 or 27.29% from 623); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CCAA is #063355. Grayscale: #D5D5D5. Windows color (decimal): -406358 or 11193593. OLE color: 11193593.

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

Color convert

RGB249204170-
CMYK00.180.320.02
HSL25.82º86.81%82.16%-
HSV(B)25.82º31.73%97.65%-
XYZ67.9266.2347.23-
YUV213.58103.41153.26-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.97%
GREEN value IS 204 (80.08% from 255) = 32.74%
BLUE value IS 170 (66.80% from 255) = 27.29%
R=39.97%
G=32.74%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920417000.180.320.0225.8286.8182.16
HexF9CCAA0122021a5752
Octal37131425202240232127122
Binary111110011100110010101010010010100000101101010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CCAA; }

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

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

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

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

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

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

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

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