#FDCAB6

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

Shades of Apricot #FDCAB6

Tints of Apricot #FDCAB6

Color information

#FDCAB6 (or 0xFDCAB6) is unknown color: approx Apricot. HEX triplet: FD, CA and B6. RGB value is (253,202,182). Sum of RGB (Red+Green+Blue) = 253+202+182=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 182 (71.48% from 255 or 28.57% from 637); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCAB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCAB6 is #023549. Grayscale: #D7D7D7. Windows color (decimal): -144714 or 11979517. OLE color: 11979517.

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

Color convert

RGB253202182-
CMYK00.200.280.01
HSL16.9º94.67%85.29%-
HSV(B)16.9º28.06%99.22%-
XYZ70.0766.553.4-
YUV214.97109.4155.13-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.72%
GREEN value IS 202 (79.30% from 255) = 31.71%
BLUE value IS 182 (71.48% from 255) = 28.57%
R=39.72%
G=31.71%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320218200.200.280.0116.994.6785.29
HexFDCAB60141C1115f55
Octal37531226602434121137125
Binary1111110111001010101101100101001110011000110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCAB6; }

 p { color: rgb(253,202,182); }

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

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

 a { background-color: rgb(253,202,182); }

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

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

 span { border-color: rgb(253,202,182); }

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