#FCCDAB

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

Shades of Apricot #FCCDAB

Tints of Apricot #FCCDAB

Color information

#FCCDAB (or 0xFCCDAB) is unknown color: approx Apricot. HEX triplet: FC, CD and AB. RGB value is (252,205,171). Sum of RGB (Red+Green+Blue) = 252+205+171=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 205 (80.47% from 255 or 32.64% from 628); Blue value is 171 (67.19% from 255 or 27.23% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCDAB is #033254. Grayscale: #D7D7D7. Windows color (decimal): -209493 or 11259388. OLE color: 11259388.

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

Color convert

RGB252205171-
CMYK00.190.320.01
HSL25.19º93.1%82.94%-
HSV(B)25.19º32.14%98.82%-
XYZ69.3367.347.86-
YUV215.18103.07154.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.13%
GREEN value IS 205 (80.47% from 255) = 32.64%
BLUE value IS 171 (67.19% from 255) = 27.23%
R=40.13%
G=32.64%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220517100.190.320.0125.1993.182.94
HexFCCDAB013201195d53
Octal37431525302340131135123
Binary11111100110011011010101101001110000011100110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCDAB; }

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

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

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

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

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

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

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

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