#F8CEAF

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

Shades of Apricot #F8CEAF

Tints of Apricot #F8CEAF

Color information

#F8CEAF (or 0xF8CEAF) is unknown color: approx Apricot. HEX triplet: F8, CE and AF. RGB value is (248,206,175). Sum of RGB (Red+Green+Blue) = 248+206+175=629 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.43% from 629); Green value is 206 (80.86% from 255 or 32.75% from 629); Blue value is 175 (68.75% from 255 or 27.82% from 629); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CEAF is #073150. Grayscale: #D7D7D7. Windows color (decimal): -471377 or 11521784. OLE color: 11521784.

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

Color convert

RGB248206175-
CMYK00.170.290.03
HSL25.48º83.91%82.94%-
HSV(B)25.48º29.44%97.25%-
XYZ68.5267.1949.92-
YUV215.02105.41151.52-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.43%
GREEN value IS 206 (80.86% from 255) = 32.75%
BLUE value IS 175 (68.75% from 255) = 27.82%
R=39.43%
G=32.75%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820617500.170.290.0325.4883.9182.94
HexF8CEAF0111D3195453
Octal37031625702135331124123
Binary11111000110011101010111101000111101111100110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CEAF; }

 p { color: rgb(248,206,175); }

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

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

 a { background-color: rgb(248,206,175); }

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

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

 span { border-color: rgb(248,206,175); }

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