#FFCEB6

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

Shades of Apricot #FFCEB6

Tints of Apricot #FFCEB6

Color information

#FFCEB6 (or 0xFFCEB6) is unknown color: approx Apricot. HEX triplet: FF, CE and B6. RGB value is (255,206,182). Sum of RGB (Red+Green+Blue) = 255+206+182=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 206 (80.86% from 255 or 32.04% from 643); Blue value is 182 (71.48% from 255 or 28.30% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCEB6 is #003149. Grayscale: #DADADA. Windows color (decimal): -12618 or 11980543. OLE color: 11980543.

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

Color convert

RGB255206182-
CMYK00.190.290
HSL19.73º100%85.69%-
HSV(B)19.73º28.63%100%-
XYZ71.7568.7853.75-
YUV217.91107.73154.45-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.66%
GREEN value IS 206 (80.86% from 255) = 32.04%
BLUE value IS 182 (71.48% from 255) = 28.30%
R=39.66%
G=32.04%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520618200.190.29019.7310085.69
HexFFCEB60131D0146456
Octal37731626602335024144126
Binary1111111111001110101101100100111110101010011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCEB6; }

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

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

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

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

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

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

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

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