#F6CEAF

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

Shades of Apricot #F6CEAF

Tints of Apricot #F6CEAF

Color information

#F6CEAF (or 0xF6CEAF) is unknown color: approx Apricot. HEX triplet: F6, CE and AF. RGB value is (246,206,175). Sum of RGB (Red+Green+Blue) = 246+206+175=627 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.23% from 627); Green value is 206 (80.86% from 255 or 32.85% from 627); Blue value is 175 (68.75% from 255 or 27.91% from 627); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CEAF is #093150. Grayscale: #D6D6D6. Windows color (decimal): -602449 or 11521782. OLE color: 11521782.

HSL color Cylindrical-coordinate representation of color #F6CEAF: hue angle of 26.2º 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 #F6CEAF is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB246206175-
CMYK00.160.290.04
HSL26.2º79.78%82.55%-
HSV(B)26.2º28.86%96.47%-
XYZ67.8266.8349.88-
YUV214.43105.75150.52-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.23%
GREEN value IS 206 (80.86% from 255) = 32.85%
BLUE value IS 175 (68.75% from 255) = 27.91%
R=39.23%
G=32.85%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620617500.160.290.0426.279.7882.55
HexF6CEAF0101D41a5053
Octal36631625702035432120123
Binary111101101100111010101111010000111011001101010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CEAF; }

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

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

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

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

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

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

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

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