#F8CFAF

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

Shades of Apricot #F8CFAF

Tints of Apricot #F8CFAF

Color information

#F8CFAF (or 0xF8CFAF) is unknown color: approx Apricot. HEX triplet: F8, CF and AF. RGB value is (248,207,175). Sum of RGB (Red+Green+Blue) = 248+207+175=630 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.37% from 630); Green value is 207 (81.25% from 255 or 32.86% from 630); Blue value is 175 (68.75% from 255 or 27.78% from 630); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CFAF is #073050. Grayscale: #D7D7D7. Windows color (decimal): -471121 or 11522040. OLE color: 11522040.

HSL color Cylindrical-coordinate representation of color #F8CFAF: hue angle of 26.3º 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 #F8CFAF is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB248207175-
CMYK00.170.290.03
HSL26.3º83.91%82.94%-
HSV(B)26.3º29.44%97.25%-
XYZ68.7667.6850-
YUV215.61105.08151.1-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.37%
GREEN value IS 207 (81.25% from 255) = 32.86%
BLUE value IS 175 (68.75% from 255) = 27.78%
R=39.37%
G=32.86%
B=27.78%

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
Decimal24820717500.170.290.0326.383.9182.94
HexF8CFAF0111D31a5453
Octal37031725702135332124123
Binary11111000110011111010111101000111101111101010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CFAF; }

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

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

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

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

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

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

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

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