#F6CAAA

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

Shades of Apricot #F6CAAA

Tints of Apricot #F6CAAA

Color information

#F6CAAA (or 0xF6CAAA) is unknown color: approx Apricot. HEX triplet: F6, CA and AA. RGB value is (246,202,170). Sum of RGB (Red+Green+Blue) = 246+202+170=618 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.81% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 170 (66.80% from 255 or 27.51% from 618); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CAAA is #093555. Grayscale: #D3D3D3. Windows color (decimal): -603478 or 11193078. OLE color: 11193078.

HSL color Cylindrical-coordinate representation of color #F6CAAA: hue angle of 25.26º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F6CAAA is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB246202170-
CMYK00.180.310.04
HSL25.26º80.85%81.57%-
HSV(B)25.26º30.89%96.47%-
XYZ66.3864.7447.03-
YUV211.51104.58152.6-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.81%
GREEN value IS 202 (79.30% from 255) = 32.69%
BLUE value IS 170 (66.80% from 255) = 27.51%
R=39.81%
G=32.69%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620217000.180.310.0425.2680.8581.57
HexF6CAAA0121F4195152
Octal36631225202237431121122
Binary111101101100101010101010010010111111001100110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CAAA; }

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

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

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

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

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

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

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

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