#FDD3B5

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

Shades of Apricot #FDD3B5

Tints of Apricot #FDD3B5

Color information

#FDD3B5 (or 0xFDD3B5) is unknown color: approx Apricot. HEX triplet: FD, D3 and B5. RGB value is (253,211,181). Sum of RGB (Red+Green+Blue) = 253+211+181=645 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.22% from 645); Green value is 211 (82.81% from 255 or 32.71% from 645); Blue value is 181 (71.09% from 255 or 28.06% from 645); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD3B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD3B5 is #022C4A. Grayscale: #DCDCDC. Windows color (decimal): -142411 or 11916285. OLE color: 11916285.

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

Color convert

RGB253211181-
CMYK00.170.280.01
HSL25º94.74%85.1%-
HSV(B)25º28.46%99.22%-
XYZ72.1470.8153.58-
YUV220.14105.91151.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.22%
GREEN value IS 211 (82.81% from 255) = 32.71%
BLUE value IS 181 (71.09% from 255) = 28.06%
R=39.22%
G=32.71%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321118100.170.280.012594.7485.1
HexFDD3B50111C1195f55
Octal37532326502134131137125
Binary1111110111010011101101010100011110011100110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD3B5; }

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

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

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

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

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

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

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

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