#FDCEAF

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

Shades of Apricot #FDCEAF

Tints of Apricot #FDCEAF

Color information

#FDCEAF (or 0xFDCEAF) is unknown color: approx Apricot. HEX triplet: FD, CE and AF. RGB value is (253,206,175). Sum of RGB (Red+Green+Blue) = 253+206+175=634 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.91% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 175 (68.75% from 255 or 27.60% from 634); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCEAF is #023150. Grayscale: #D8D8D8. Windows color (decimal): -143697 or 11521789. OLE color: 11521789.

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

Color convert

RGB253206175-
CMYK00.190.310.01
HSL23.85º95.12%83.92%-
HSV(B)23.85º30.83%99.22%-
XYZ70.3268.1250-
YUV216.52104.57154.02-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.91%
GREEN value IS 206 (80.86% from 255) = 32.49%
BLUE value IS 175 (68.75% from 255) = 27.60%
R=39.91%
G=32.49%
B=27.60%

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
Decimal25320617500.190.310.0123.8595.1283.92
HexFDCEAF0131F1185f54
Octal37531625702337130137124
Binary1111110111001110101011110100111111111100010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCEAF; }

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

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

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

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

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

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

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

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