#FFCEB0

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

Shades of Apricot #FFCEB0

Tints of Apricot #FFCEB0

Color information

#FFCEB0 (or 0xFFCEB0) is unknown color: approx Apricot. HEX triplet: FF, CE and B0. RGB value is (255,206,176). Sum of RGB (Red+Green+Blue) = 255+206+176=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 176 (69.14% from 255 or 27.63% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCEB0 is #00314F. Grayscale: #D9D9D9. Windows color (decimal): -12624 or 11587327. OLE color: 11587327.

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

Color convert

RGB255206176-
CMYK00.190.310
HSL22.78º100%84.51%-
HSV(B)22.78º30.98%100%-
XYZ71.1568.5450.55-
YUV217.23104.73154.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.03%
GREEN value IS 206 (80.86% from 255) = 32.34%
BLUE value IS 176 (69.14% from 255) = 27.63%
R=40.03%
G=32.34%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520617600.190.31022.7810084.51
HexFFCEB00131F0176455
Octal37731626002337027144125
Binary1111111111001110101100000100111111101011111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCEB0; }

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

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

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

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

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

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

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

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