#FDCBB7

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

Shades of Apricot #FDCBB7

Tints of Apricot #FDCBB7

Color information

#FDCBB7 (or 0xFDCBB7) is unknown color: approx Apricot. HEX triplet: FD, CB and B7. RGB value is (253,203,183). Sum of RGB (Red+Green+Blue) = 253+203+183=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 203 (79.69% from 255 or 31.77% from 639); Blue value is 183 (71.88% from 255 or 28.64% from 639); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCBB7 is #023448. Grayscale: #D7D7D7. Windows color (decimal): -144457 or 12045309. OLE color: 12045309.

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

Color convert

RGB253203183-
CMYK00.200.280.01
HSL17.14º94.59%85.49%-
HSV(B)17.14º27.67%99.22%-
XYZ70.4167.0154.02-
YUV215.67109.56154.63-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.59%
GREEN value IS 203 (79.69% from 255) = 31.77%
BLUE value IS 183 (71.88% from 255) = 28.64%
R=39.59%
G=31.77%
B=28.64%

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
Decimal25320318300.200.280.0117.1494.5985.49
HexFDCBB70141C1115f55
Octal37531326702434121137125
Binary1111110111001011101101110101001110011000110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCBB7; }

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

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

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

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

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

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

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

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