#F7CBAE

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

Shades of Apricot #F7CBAE

Tints of Apricot #F7CBAE

Color information

#F7CBAE (or 0xF7CBAE) is unknown color: approx Apricot. HEX triplet: F7, CB and AE. RGB value is (247,203,174). Sum of RGB (Red+Green+Blue) = 247+203+174=624 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.58% from 624); Green value is 203 (79.69% from 255 or 32.53% from 624); Blue value is 174 (68.36% from 255 or 27.88% from 624); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CBAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CBAE is #083451. Grayscale: #D5D5D5. Windows color (decimal): -537682 or 11455479. OLE color: 11455479.

HSL color Cylindrical-coordinate representation of color #F7CBAE: hue angle of 23.84º degrees, saturation: 0.82, 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 #F7CBAE is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB247203174-
CMYK00.180.300.03
HSL23.84º82.02%82.55%-
HSV(B)23.84º29.55%96.86%-
XYZ67.3565.5449.15-
YUV212.85106.08152.36-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.58%
GREEN value IS 203 (79.69% from 255) = 32.53%
BLUE value IS 174 (68.36% from 255) = 27.88%
R=39.58%
G=32.53%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720317400.180.300.0323.8482.0282.55
HexF7CBAE0121E3185253
Octal36731325602236330122123
Binary11110111110010111010111001001011110111100010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CBAE; }

 p { color: rgb(247,203,174); }

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

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

 a { background-color: rgb(247,203,174); }

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

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

 span { border-color: rgb(247,203,174); }

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