#FCCDAF

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

Shades of Apricot #FCCDAF

Tints of Apricot #FCCDAF

Color information

#FCCDAF (or 0xFCCDAF) is unknown color: approx Apricot. HEX triplet: FC, CD and AF. RGB value is (252,205,175). Sum of RGB (Red+Green+Blue) = 252+205+175=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 175 (68.75% from 255 or 27.69% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCDAF is #033250. Grayscale: #D7D7D7. Windows color (decimal): -209489 or 11521532. OLE color: 11521532.

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

Color convert

RGB252205175-
CMYK00.190.310.01
HSL23.38º92.77%83.73%-
HSV(B)23.38º30.56%98.82%-
XYZ69.7167.4549.9-
YUV215.63105.07153.94-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.87%
GREEN value IS 205 (80.47% from 255) = 32.44%
BLUE value IS 175 (68.75% from 255) = 27.69%
R=39.87%
G=32.44%
B=27.69%

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
Decimal25220517500.190.310.0123.3892.7783.73
HexFCCDAF0131F1175d54
Octal37431525702337127135124
Binary1111110011001101101011110100111111111011110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCDAF; }

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

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

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

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

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

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

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

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