#FDD4B4

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

Shades of Apricot #FDD4B4

Tints of Apricot #FDD4B4

Color information

#FDD4B4 (or 0xFDD4B4) is unknown color: approx Apricot. HEX triplet: FD, D4 and B4. RGB value is (253,212,180). Sum of RGB (Red+Green+Blue) = 253+212+180=645 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.22% from 645); Green value is 212 (83.20% from 255 or 32.87% from 645); Blue value is 180 (70.70% from 255 or 27.91% from 645); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD4B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD4B4 is #022B4B. Grayscale: #DCDCDC. Windows color (decimal): -142156 or 11851005. OLE color: 11851005.

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

Color convert

RGB253212180-
CMYK00.160.290.01
HSL26.3º94.81%84.9%-
HSV(B)26.3º28.85%99.22%-
XYZ72.2971.2653.13-
YUV220.61105.08151.1-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.22%
GREEN value IS 212 (83.20% from 255) = 32.87%
BLUE value IS 180 (70.70% from 255) = 27.91%
R=39.22%
G=32.87%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321218000.160.290.0126.394.8184.9
HexFDD4B40101D11a5f55
Octal37532426402035132137125
Binary1111110111010100101101000100001110111101010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD4B4; }

 p { color: rgb(253,212,180); }

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

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

 a { background-color: rgb(253,212,180); }

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

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

 span { border-color: rgb(253,212,180); }

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