#F8CDAE

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

Shades of Apricot #F8CDAE

Tints of Apricot #F8CDAE

Color information

#F8CDAE (or 0xF8CDAE) is unknown color: approx Apricot. HEX triplet: F8, CD and AE. RGB value is (248,205,174). Sum of RGB (Red+Green+Blue) = 248+205+174=627 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.55% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 174 (68.36% from 255 or 27.75% from 627); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CDAE is #073251. Grayscale: #D6D6D6. Windows color (decimal): -471634 or 11455992. OLE color: 11455992.

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

Color convert

RGB248205174-
CMYK00.170.300.03
HSL25.14º84.09%82.75%-
HSV(B)25.14º29.84%97.25%-
XYZ68.1866.6849.32-
YUV214.32105.25152.02-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 39.55%
GREEN value IS 205 (80.47% from 255) = 32.70%
BLUE value IS 174 (68.36% from 255) = 27.75%
R=39.55%
G=32.70%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820517400.170.300.0325.1484.0982.75
HexF8CDAE0111E3195453
Octal37031525602136331124123
Binary11111000110011011010111001000111110111100110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CDAE; }

 p { color: rgb(248,205,174); }

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

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

 a { background-color: rgb(248,205,174); }

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

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

 span { border-color: rgb(248,205,174); }

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