#FDCCAF

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

Shades of Apricot #FDCCAF

Tints of Apricot #FDCCAF

Color information

#FDCCAF (or 0xFDCCAF) is unknown color: approx Apricot. HEX triplet: FD, CC and AF. RGB value is (253,204,175). Sum of RGB (Red+Green+Blue) = 253+204+175=632 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.03% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 175 (68.75% from 255 or 27.69% from 632); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCCAF is #023350. Grayscale: #D7D7D7. Windows color (decimal): -144209 or 11521277. OLE color: 11521277.

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

Color convert

RGB253204175-
CMYK00.190.310.01
HSL22.31º95.12%83.92%-
HSV(B)22.31º30.83%99.22%-
XYZ69.8467.1649.84-
YUV215.34105.23154.86-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.03%
GREEN value IS 204 (80.08% from 255) = 32.28%
BLUE value IS 175 (68.75% from 255) = 27.69%
R=40.03%
G=32.28%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320417500.190.310.0122.3195.1283.92
HexFDCCAF0131F1165f54
Octal37531425702337126137124
Binary1111110111001100101011110100111111111011010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCCAF; }

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

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

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

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

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

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

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

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