#FDD0B5

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

Shades of Apricot #FDD0B5

Tints of Apricot #FDD0B5

Color information

#FDD0B5 (or 0xFDD0B5) is unknown color: approx Apricot. HEX triplet: FD, D0 and B5. RGB value is (253,208,181). Sum of RGB (Red+Green+Blue) = 253+208+181=642 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.41% from 642); Green value is 208 (81.64% from 255 or 32.40% from 642); Blue value is 181 (71.09% from 255 or 28.19% from 642); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD0B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD0B5 is #022F4A. Grayscale: #DADADA. Windows color (decimal): -143179 or 11915517. OLE color: 11915517.

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

Color convert

RGB253208181-
CMYK00.180.280.01
HSL22.5º94.74%85.1%-
HSV(B)22.5º28.46%99.22%-
XYZ71.469.3353.33-
YUV218.38106.91152.7-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.41%
GREEN value IS 208 (81.64% from 255) = 32.40%
BLUE value IS 181 (71.09% from 255) = 28.19%
R=39.41%
G=32.40%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320818100.180.280.0122.594.7485.1
HexFDD0B50121C1175f55
Octal37532026502234127137125
Binary1111110111010000101101010100101110011011110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD0B5; }

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

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

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

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

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

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

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

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