#FFCEAC

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

Shades of Apricot #FFCEAC

Tints of Apricot #FFCEAC

Color information

#FFCEAC (or 0xFFCEAC) is unknown color: approx Apricot. HEX triplet: FF, CE and AC. RGB value is (255,206,172). Sum of RGB (Red+Green+Blue) = 255+206+172=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 172 (67.58% from 255 or 27.17% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCEAC is #003153. Grayscale: #D8D8D8. Windows color (decimal): -12628 or 11325183. OLE color: 11325183.

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

Color convert

RGB255206172-
CMYK00.190.330
HSL24.58º100%83.73%-
HSV(B)24.58º32.55%100%-
XYZ70.7668.3848.5-
YUV216.77102.73155.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.28%
GREEN value IS 206 (80.86% from 255) = 32.54%
BLUE value IS 172 (67.58% from 255) = 27.17%
R=40.28%
G=32.54%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520617200.190.33024.5810083.73
HexFFCEAC013210196454
Octal37731625402341031144124
Binary11111111110011101010110001001110000101100111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCEAC; }

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

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

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

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

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

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

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

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