#FFCEAE

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

Shades of Apricot #FFCEAE

Tints of Apricot #FFCEAE

Color information

#FFCEAE (or 0xFFCEAE) is unknown color: approx Apricot. HEX triplet: FF, CE and AE. RGB value is (255,206,174). Sum of RGB (Red+Green+Blue) = 255+206+174=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 206 (80.86% from 255 or 32.44% from 635); Blue value is 174 (68.36% from 255 or 27.40% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCEAE is #003151. Grayscale: #D9D9D9. Windows color (decimal): -12626 or 11456255. OLE color: 11456255.

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

Color convert

RGB255206174-
CMYK00.190.320
HSL23.7º100%84.12%-
HSV(B)23.7º31.76%100%-
XYZ70.9568.4649.52-
YUV217103.73155.1-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.16%
GREEN value IS 206 (80.86% from 255) = 32.44%
BLUE value IS 174 (68.36% from 255) = 27.40%
R=40.16%
G=32.44%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520617400.190.32023.710084.12
HexFFCEAE013200186454
Octal37731625602340030144124
Binary11111111110011101010111001001110000001100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCEAE; }

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

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

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

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

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

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

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

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