#FCCAB4

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

Shades of Apricot #FCCAB4

Tints of Apricot #FCCAB4

Color information

#FCCAB4 (or 0xFCCAB4) is unknown color: approx Apricot. HEX triplet: FC, CA and B4. RGB value is (252,202,180). Sum of RGB (Red+Green+Blue) = 252+202+180=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 180 (70.70% from 255 or 28.39% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCAB4 is #03354B. Grayscale: #D6D6D6. Windows color (decimal): -210252 or 11848444. OLE color: 11848444.

HSL color Cylindrical-coordinate representation of color #FCCAB4: hue angle of 18.33º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCCAB4 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB252202180-
CMYK00.200.290.01
HSL18.33º92.31%84.71%-
HSV(B)18.33º28.57%98.82%-
XYZ69.566.2352.3-
YUV214.44108.56154.79-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.75%
GREEN value IS 202 (79.30% from 255) = 31.86%
BLUE value IS 180 (70.70% from 255) = 28.39%
R=39.75%
G=31.86%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220218000.200.290.0118.3392.3184.71
HexFCCAB40141D1125c55
Octal37431226402435122134125
Binary1111110011001010101101000101001110111001010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCAB4; }

 p { color: rgb(252,202,180); }

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

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

 a { background-color: rgb(252,202,180); }

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

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

 span { border-color: rgb(252,202,180); }

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