#FDCAB3

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

Shades of Apricot #FDCAB3

Tints of Apricot #FDCAB3

Color information

#FDCAB3 (or 0xFDCAB3) is unknown color: approx Apricot. HEX triplet: FD, CA and B3. RGB value is (253,202,179). Sum of RGB (Red+Green+Blue) = 253+202+179=634 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.91% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 179 (70.31% from 255 or 28.23% from 634); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCAB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCAB3 is #02354C. Grayscale: #D6D6D6. Windows color (decimal): -144717 or 11782909. OLE color: 11782909.

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

Color convert

RGB253202179-
CMYK00.200.290.01
HSL18.65º94.87%84.71%-
HSV(B)18.65º29.25%99.22%-
XYZ69.7766.3851.78-
YUV214.63107.9155.37-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.91%
GREEN value IS 202 (79.30% from 255) = 31.86%
BLUE value IS 179 (70.31% from 255) = 28.23%
R=39.91%
G=31.86%
B=28.23%

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
Decimal25320217900.200.290.0118.6594.8784.71
HexFDCAB30141D1135f55
Octal37531226302435123137125
Binary1111110111001010101100110101001110111001110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCAB3; }

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

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

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

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

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

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

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

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