#FCCDAE

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

Shades of Apricot #FCCDAE

Tints of Apricot #FCCDAE

Color information

#FCCDAE (or 0xFCCDAE) is unknown color: approx Apricot. HEX triplet: FC, CD and AE. RGB value is (252,205,174). Sum of RGB (Red+Green+Blue) = 252+205+174=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 174 (68.36% from 255 or 27.58% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCDAE is #033251. Grayscale: #D7D7D7. Windows color (decimal): -209490 or 11455996. OLE color: 11455996.

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

Color convert

RGB252205174-
CMYK00.190.310.01
HSL23.85º92.86%83.53%-
HSV(B)23.85º30.95%98.82%-
XYZ69.6267.4149.39-
YUV215.52104.57154.02-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.94%
GREEN value IS 205 (80.47% from 255) = 32.49%
BLUE value IS 174 (68.36% from 255) = 27.58%
R=39.94%
G=32.49%
B=27.58%

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
Decimal25220517400.190.310.0123.8592.8683.53
HexFCCDAE0131F1185d54
Octal37431525602337130135124
Binary1111110011001101101011100100111111111100010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCDAE; }

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

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

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

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

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

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

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

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