#FDCAB4

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

Shades of Apricot #FDCAB4

Tints of Apricot #FDCAB4

Color information

#FDCAB4 (or 0xFDCAB4) is unknown color: approx Apricot. HEX triplet: FD, CA and B4. RGB value is (253,202,180). Sum of RGB (Red+Green+Blue) = 253+202+180=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 202 (79.30% from 255 or 31.81% from 635); Blue value is 180 (70.70% from 255 or 28.35% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCAB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCAB4 is #02354B. Grayscale: #D6D6D6. Windows color (decimal): -144716 or 11848445. OLE color: 11848445.

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

Color convert

RGB253202180-
CMYK00.200.290.01
HSL18.08º94.81%84.9%-
HSV(B)18.08º28.85%99.22%-
XYZ69.8766.4252.32-
YUV214.74108.4155.29-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.84%
GREEN value IS 202 (79.30% from 255) = 31.81%
BLUE value IS 180 (70.70% from 255) = 28.35%
R=39.84%
G=31.81%
B=28.35%

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
Decimal25320218000.200.290.0118.0894.8184.9
HexFDCAB40141D1125f55
Octal37531226402435122137125
Binary1111110111001010101101000101001110111001010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCAB4; }

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

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

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

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

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

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

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

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