#FCCBAD

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

Shades of Apricot #FCCBAD

Tints of Apricot #FCCBAD

Color information

#FCCBAD (or 0xFCCBAD) is unknown color: approx Apricot. HEX triplet: FC, CB and AD. RGB value is (252,203,173). Sum of RGB (Red+Green+Blue) = 252+203+173=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 203 (79.69% from 255 or 32.32% from 628); Blue value is 173 (67.97% from 255 or 27.55% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCBAD is #033452. Grayscale: #D6D6D6. Windows color (decimal): -210003 or 11389948. OLE color: 11389948.

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

Color convert

RGB252203173-
CMYK00.190.310.01
HSL22.78º92.94%83.33%-
HSV(B)22.78º31.35%98.82%-
XYZ69.0466.4248.72-
YUV214.23104.73154.94-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.13%
GREEN value IS 203 (79.69% from 255) = 32.32%
BLUE value IS 173 (67.97% from 255) = 27.55%
R=40.13%
G=32.32%
B=27.55%

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
Decimal25220317300.190.310.0122.7892.9483.33
HexFCCBAD0131F1175d53
Octal37431325502337127135123
Binary1111110011001011101011010100111111111011110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCBAD; }

 p { color: rgb(252,203,173); }

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

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

 a { background-color: rgb(252,203,173); }

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

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

 span { border-color: rgb(252,203,173); }

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