#FDD4AF

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

Shades of Apricot #FDD4AF

Tints of Apricot #FDD4AF

Color information

#FDD4AF (or 0xFDD4AF) is unknown color: approx Apricot. HEX triplet: FD, D4 and AF. RGB value is (253,212,175). Sum of RGB (Red+Green+Blue) = 253+212+175=640 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.53% from 640); Green value is 212 (83.20% from 255 or 33.12% from 640); Blue value is 175 (68.75% from 255 or 27.34% from 640); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD4AF is #022B50. Grayscale: #DCDCDC. Windows color (decimal): -142161 or 11523325. OLE color: 11523325.

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

Color convert

RGB253212175-
CMYK00.160.310.01
HSL28.46º95.12%83.92%-
HSV(B)28.46º30.83%99.22%-
XYZ71.7971.0650.49-
YUV220.04102.58151.51-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.53%
GREEN value IS 212 (83.20% from 255) = 33.12%
BLUE value IS 175 (68.75% from 255) = 27.34%
R=39.53%
G=33.12%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321217500.160.310.0128.4695.1283.92
HexFDD4AF0101F11c5f54
Octal37532425702037134137124
Binary1111110111010100101011110100001111111110010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD4AF; }

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

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

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

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

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

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

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

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