#F6CEB6

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

Shades of Apricot #F6CEB6

Tints of Apricot #F6CEB6

Color information

#F6CEB6 (or 0xF6CEB6) is unknown color: approx Apricot. HEX triplet: F6, CE and B6. RGB value is (246,206,182). Sum of RGB (Red+Green+Blue) = 246+206+182=634 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.80% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 182 (71.48% from 255 or 28.71% from 634); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CEB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CEB6 is #093149. Grayscale: #D7D7D7. Windows color (decimal): -602442 or 11980534. OLE color: 11980534.

HSL color Cylindrical-coordinate representation of color #F6CEB6: hue angle of 22.5º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F6CEB6 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB246206182-
CMYK00.160.260.04
HSL22.5º78.05%83.92%-
HSV(B)22.5º26.02%96.47%-
XYZ68.5267.1153.6-
YUV215.22109.25149.95-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.80%
GREEN value IS 206 (80.86% from 255) = 32.49%
BLUE value IS 182 (71.48% from 255) = 28.71%
R=38.80%
G=32.49%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620618200.160.260.0422.578.0583.92
HexF6CEB60101A4174e54
Octal36631626602032427116124
Binary111101101100111010110110010000110101001011110011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CEB6; }

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

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

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

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

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

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

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

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