#FDCAB5

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

Shades of Apricot #FDCAB5

Tints of Apricot #FDCAB5

Color information

#FDCAB5 (or 0xFDCAB5) is unknown color: approx Apricot. HEX triplet: FD, CA and B5. RGB value is (253,202,181). Sum of RGB (Red+Green+Blue) = 253+202+181=636 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.78% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 181 (71.09% from 255 or 28.46% from 636); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCAB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCAB5 is #02354A. Grayscale: #D6D6D6. Windows color (decimal): -144715 or 11913981. OLE color: 11913981.

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

Color convert

RGB253202181-
CMYK00.200.280.01
HSL17.5º94.74%85.1%-
HSV(B)17.5º28.46%99.22%-
XYZ69.9766.4652.86-
YUV214.86108.9155.21-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.78%
GREEN value IS 202 (79.30% from 255) = 31.76%
BLUE value IS 181 (71.09% from 255) = 28.46%
R=39.78%
G=31.76%
B=28.46%

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
Decimal25320218100.200.280.0117.594.7485.1
HexFDCAB50141C1125f55
Octal37531226502434122137125
Binary1111110111001010101101010101001110011001010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCAB5; }

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

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

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

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

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

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

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

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