#FFCEB1

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

Shades of Apricot #FFCEB1

Tints of Apricot #FFCEB1

Color information

#FFCEB1 (or 0xFFCEB1) is unknown color: approx Apricot. HEX triplet: FF, CE and B1. RGB value is (255,206,177). Sum of RGB (Red+Green+Blue) = 255+206+177=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 206 (80.86% from 255 or 32.29% from 638); Blue value is 177 (69.53% from 255 or 27.74% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCEB1 is #00314E. Grayscale: #D9D9D9. Windows color (decimal): -12623 or 11652863. OLE color: 11652863.

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

Color convert

RGB255206177-
CMYK00.190.310
HSL22.31º100%84.71%-
HSV(B)22.31º30.59%100%-
XYZ71.2568.5851.08-
YUV217.34105.23154.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.97%
GREEN value IS 206 (80.86% from 255) = 32.29%
BLUE value IS 177 (69.53% from 255) = 27.74%
R=39.97%
G=32.29%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520617700.190.31022.3110084.71
HexFFCEB10131F0166455
Octal37731626102337026144125
Binary1111111111001110101100010100111111101011011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCEB1; }

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

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

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

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

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

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

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

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