#F8CFAB

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

Shades of Apricot #F8CFAB

Tints of Apricot #F8CFAB

Color information

#F8CFAB (or 0xF8CFAB) is unknown color: approx Apricot. HEX triplet: F8, CF and AB. RGB value is (248,207,171). Sum of RGB (Red+Green+Blue) = 248+207+171=626 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.62% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 171 (67.19% from 255 or 27.32% from 626); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CFAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CFAB is #073054. Grayscale: #D7D7D7. Windows color (decimal): -471125 or 11259896. OLE color: 11259896.

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

Color convert

RGB248207171-
CMYK00.170.310.03
HSL28.05º84.62%82.16%-
HSV(B)28.05º31.05%97.25%-
XYZ68.3767.5247.96-
YUV215.16103.08151.43-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.62%
GREEN value IS 207 (81.25% from 255) = 33.07%
BLUE value IS 171 (67.19% from 255) = 27.32%
R=39.62%
G=33.07%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820717100.170.310.0328.0584.6282.16
HexF8CFAB0111F31c5552
Octal37031725302137334125122
Binary11111000110011111010101101000111111111110010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CFAB; }

 p { color: rgb(248,207,171); }

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

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

 a { background-color: rgb(248,207,171); }

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

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

 span { border-color: rgb(248,207,171); }

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