#F9CEB5

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

Shades of Apricot #F9CEB5

Tints of Apricot #F9CEB5

Color information

#F9CEB5 (or 0xF9CEB5) is unknown color: approx Apricot. HEX triplet: F9, CE and B5. RGB value is (249,206,181). Sum of RGB (Red+Green+Blue) = 249+206+181=636 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.15% from 636); Green value is 206 (80.86% from 255 or 32.39% from 636); Blue value is 181 (71.09% from 255 or 28.46% from 636); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CEB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CEB5 is #06314A. Grayscale: #D8D8D8. Windows color (decimal): -405835 or 11915001. OLE color: 11915001.

HSL color Cylindrical-coordinate representation of color #F9CEB5: hue angle of 22.06º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F9CEB5 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB249206181-
CMYK00.170.270.02
HSL22.06º85%84.31%-
HSV(B)22.06º27.31%97.65%-
XYZ69.4867.6253.11-
YUV216.01108.25151.53-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 39.15%
GREEN value IS 206 (80.86% from 255) = 32.39%
BLUE value IS 181 (71.09% from 255) = 28.46%
R=39.15%
G=32.39%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920618100.170.270.0222.068584.31
HexF9CEB50111B2165554
Octal37131626502133226125124
Binary11111001110011101011010101000111011101011010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CEB5; }

 p { color: rgb(249,206,181); }

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

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

 a { background-color: rgb(249,206,181); }

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

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

 span { border-color: rgb(249,206,181); }

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