#FFCEB3

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

Shades of Apricot #FFCEB3

Tints of Apricot #FFCEB3

Color information

#FFCEB3 (or 0xFFCEB3) is unknown color: approx Apricot. HEX triplet: FF, CE and B3. RGB value is (255,206,179). Sum of RGB (Red+Green+Blue) = 255+206+179=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 206 (80.86% from 255 or 32.19% from 640); Blue value is 179 (70.31% from 255 or 27.97% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCEB3 is #00314C. Grayscale: #D9D9D9. Windows color (decimal): -12621 or 11783935. OLE color: 11783935.

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

Color convert

RGB255206179-
CMYK00.190.300
HSL21.32º100%85.1%-
HSV(B)21.32º29.8%100%-
XYZ71.4568.6652.13-
YUV217.57106.23154.7-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.84%
GREEN value IS 206 (80.86% from 255) = 32.19%
BLUE value IS 179 (70.31% from 255) = 27.97%
R=39.84%
G=32.19%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520617900.190.30021.3210085.1
HexFFCEB30131E0156455
Octal37731626302336025144125
Binary1111111111001110101100110100111111001010111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCEB3; }

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

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

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

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

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

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

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

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