#FCCAAF

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

Shades of Apricot #FCCAAF

Tints of Apricot #FCCAAF

Color information

#FCCAAF (or 0xFCCAAF) is unknown color: approx Apricot. HEX triplet: FC, CA and AF. RGB value is (252,202,175). Sum of RGB (Red+Green+Blue) = 252+202+175=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 202 (79.30% from 255 or 32.11% from 629); Blue value is 175 (68.75% from 255 or 27.82% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCAAF is #033550. Grayscale: #D6D6D6. Windows color (decimal): -210257 or 11520764. OLE color: 11520764.

HSL color Cylindrical-coordinate representation of color #FCCAAF: hue angle of 21.04º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCCAAF is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB252202175-
CMYK00.200.310.01
HSL21.04º92.77%83.73%-
HSV(B)21.04º30.56%98.82%-
XYZ6966.0349.67-
YUV213.87106.06155.2-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.06%
GREEN value IS 202 (79.30% from 255) = 32.11%
BLUE value IS 175 (68.75% from 255) = 27.82%
R=40.06%
G=32.11%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220217500.200.310.0121.0492.7783.73
HexFCCAAF0141F1155d54
Octal37431225702437125135124
Binary1111110011001010101011110101001111111010110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCAAF; }

 p { color: rgb(252,202,175); }

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

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

 a { background-color: rgb(252,202,175); }

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

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

 span { border-color: rgb(252,202,175); }

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