#FCCCAE

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

Shades of Apricot #FCCCAE

Tints of Apricot #FCCCAE

Color information

#FCCCAE (or 0xFCCCAE) is unknown color: approx Apricot. HEX triplet: FC, CC and AE. RGB value is (252,204,174). Sum of RGB (Red+Green+Blue) = 252+204+174=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 174 (68.36% from 255 or 27.62% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCCAE is #033351. Grayscale: #D7D7D7. Windows color (decimal): -209746 or 11455740. OLE color: 11455740.

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

Color convert

RGB252204174-
CMYK00.190.310.01
HSL23.08º92.86%83.53%-
HSV(B)23.08º30.95%98.82%-
XYZ69.3866.9449.31-
YUV214.93104.9154.44-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40%
GREEN value IS 204 (80.08% from 255) = 32.38%
BLUE value IS 174 (68.36% from 255) = 27.62%
R=40%
G=32.38%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220417400.190.310.0123.0892.8683.53
HexFCCCAE0131F1175d54
Octal37431425602337127135124
Binary1111110011001100101011100100111111111011110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCCAE; }

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

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

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

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

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

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

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

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