#FFCEAD

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

Shades of Apricot #FFCEAD

Tints of Apricot #FFCEAD

Color information

#FFCEAD (or 0xFFCEAD) is unknown color: approx Apricot. HEX triplet: FF, CE and AD. RGB value is (255,206,173). Sum of RGB (Red+Green+Blue) = 255+206+173=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 173 (67.97% from 255 or 27.29% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCEAD is #003152. Grayscale: #D9D9D9. Windows color (decimal): -12627 or 11390719. OLE color: 11390719.

HSL color Cylindrical-coordinate representation of color #FFCEAD: hue angle of 24.15º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFCEAD is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB255206173-
CMYK00.190.320
HSL24.15º100%83.92%-
HSV(B)24.15º32.16%100%-
XYZ70.8568.4249.01-
YUV216.89103.23155.18-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.22%
GREEN value IS 206 (80.86% from 255) = 32.49%
BLUE value IS 173 (67.97% from 255) = 27.29%
R=40.22%
G=32.49%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520617300.190.32024.1510083.92
HexFFCEAD013200186454
Octal37731625502340030144124
Binary11111111110011101010110101001110000001100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCEAD; }

 p { color: rgb(255,206,173); }

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

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

 a { background-color: rgb(255,206,173); }

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

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

 span { border-color: rgb(255,206,173); }

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