#F9CCAF

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

Shades of Apricot #F9CCAF

Tints of Apricot #F9CCAF

Color information

#F9CCAF (or 0xF9CCAF) is unknown color: approx Apricot. HEX triplet: F9, CC and AF. RGB value is (249,204,175). Sum of RGB (Red+Green+Blue) = 249+204+175=628 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.65% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 175 (68.75% from 255 or 27.87% from 628); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CCAF is #063350. Grayscale: #D6D6D6. Windows color (decimal): -406353 or 11521273. OLE color: 11521273.

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

Color convert

RGB249204175-
CMYK00.180.300.02
HSL23.51º86.05%83.14%-
HSV(B)23.51º29.72%97.65%-
XYZ68.466.4249.77-
YUV214.15105.91152.86-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.65%
GREEN value IS 204 (80.08% from 255) = 32.48%
BLUE value IS 175 (68.75% from 255) = 27.87%
R=39.65%
G=32.48%
B=27.87%

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
Decimal24920417500.180.300.0223.5186.0583.14
HexF9CCAF0121E2185653
Octal37131425702236230126123
Binary11111001110011001010111101001011110101100010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CCAF; }

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

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

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

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

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

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

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

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