#F7CAAA

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

Shades of Apricot #F7CAAA

Tints of Apricot #F7CAAA

Color information

#F7CAAA (or 0xF7CAAA) is unknown color: approx Apricot. HEX triplet: F7, CA and AA. RGB value is (247,202,170). Sum of RGB (Red+Green+Blue) = 247+202+170=619 (81% of max value = 765). Red value is 247 (96.88% from 255 or 39.90% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 170 (66.80% from 255 or 27.46% from 619); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CAAA is #083555. Grayscale: #D3D3D3. Windows color (decimal): -537942 or 11193079. OLE color: 11193079.

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

Color convert

RGB247202170-
CMYK00.180.310.03
HSL24.94º82.8%81.76%-
HSV(B)24.94º31.17%96.86%-
XYZ66.7364.9247.04-
YUV211.81104.41153.1-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.90%
GREEN value IS 202 (79.30% from 255) = 32.63%
BLUE value IS 170 (66.80% from 255) = 27.46%
R=39.90%
G=32.63%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720217000.180.310.0324.9482.881.76
HexF7CAAA0121F3195352
Octal36731225202237331123122
Binary11110111110010101010101001001011111111100110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CAAA; }

 p { color: rgb(247,202,170); }

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

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

 a { background-color: rgb(247,202,170); }

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

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

 span { border-color: rgb(247,202,170); }

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