#FCCAAE

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

Shades of Apricot #FCCAAE

Tints of Apricot #FCCAAE

Color information

#FCCAAE (or 0xFCCAAE) is unknown color: approx Apricot. HEX triplet: FC, CA and AE. RGB value is (252,202,174). Sum of RGB (Red+Green+Blue) = 252+202+174=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 174 (68.36% from 255 or 27.71% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCAAE is #033551. Grayscale: #D5D5D5. Windows color (decimal): -210258 or 11455228. OLE color: 11455228.

HSL color Cylindrical-coordinate representation of color #FCCAAE: hue angle of 21.54º 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 #FCCAAE is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB252202174-
CMYK00.200.310.01
HSL21.54º92.86%83.53%-
HSV(B)21.54º30.95%98.82%-
XYZ68.9165.9949.15-
YUV213.76105.56155.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.13%
GREEN value IS 202 (79.30% from 255) = 32.17%
BLUE value IS 174 (68.36% from 255) = 27.71%
R=40.13%
G=32.17%
B=27.71%

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
Decimal25220217400.200.310.0121.5492.8683.53
HexFCCAAE0141F1165d54
Octal37431225602437126135124
Binary1111110011001010101011100101001111111011010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCAAE; }

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

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

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

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

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

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

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

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