#F6CAAF

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

Shades of Apricot #F6CAAF

Tints of Apricot #F6CAAF

Color information

#F6CAAF (or 0xF6CAAF) is unknown color: approx Apricot. HEX triplet: F6, CA and AF. RGB value is (246,202,175). Sum of RGB (Red+Green+Blue) = 246+202+175=623 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.49% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 175 (68.75% from 255 or 28.09% from 623); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CAAF is #093550. Grayscale: #D4D4D4. Windows color (decimal): -603473 or 11520758. OLE color: 11520758.

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

Color convert

RGB246202175-
CMYK00.180.290.04
HSL22.82º79.78%82.55%-
HSV(B)22.82º28.86%96.47%-
XYZ66.8664.9349.57-
YUV212.08107.08152.2-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.49%
GREEN value IS 202 (79.30% from 255) = 32.42%
BLUE value IS 175 (68.75% from 255) = 28.09%
R=39.49%
G=32.42%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620217500.180.290.0422.8279.7882.55
HexF6CAAF0121D4175053
Octal36631225702235427120123
Binary111101101100101010101111010010111011001011110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CAAF; }

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

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

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

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

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

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

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

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