#FDCBAC

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

Shades of Apricot #FDCBAC

Tints of Apricot #FDCBAC

Color information

#FDCBAC (or 0xFDCBAC) is unknown color: approx Apricot. HEX triplet: FD, CB and AC. RGB value is (253,203,172). Sum of RGB (Red+Green+Blue) = 253+203+172=628 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.29% from 628); Green value is 203 (79.69% from 255 or 32.32% from 628); Blue value is 172 (67.58% from 255 or 27.39% from 628); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCBAC is #023453. Grayscale: #D6D6D6. Windows color (decimal): -144468 or 11324413. OLE color: 11324413.

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

Color convert

RGB253203172-
CMYK00.200.320.01
HSL22.96º95.29%83.33%-
HSV(B)22.96º32.02%99.22%-
XYZ69.3166.5748.23-
YUV214.42104.06155.52-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.29%
GREEN value IS 203 (79.69% from 255) = 32.32%
BLUE value IS 172 (67.58% from 255) = 27.39%
R=40.29%
G=32.32%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320317200.200.320.0122.9695.2983.33
HexFDCBAC014201175f53
Octal37531325402440127137123
Binary11111101110010111010110001010010000011011110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCBAC; }

 p { color: rgb(253,203,172); }

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

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

 a { background-color: rgb(253,203,172); }

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

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

 span { border-color: rgb(253,203,172); }

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