#F6D8A1

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

Shades of Splash #F6D8A1

Tints of Splash #F6D8A1

Color information

#F6D8A1 (or 0xF6D8A1) is unknown color: approx Splash. HEX triplet: F6, D8 and A1. RGB value is (246,216,161). Sum of RGB (Red+Green+Blue) = 246+216+161=623 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.49% from 623); Green value is 216 (84.77% from 255 or 34.67% from 623); Blue value is 161 (63.28% from 255 or 25.84% from 623); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D8A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D8A1 is #09275E. Grayscale: #DADADA. Windows color (decimal): -599903 or 10606838. OLE color: 10606838.

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

Color convert

RGB246216161-
CMYK00.120.350.04
HSL38.82º82.52%79.8%-
HSV(B)38.82º34.55%96.47%-
XYZ68.9971.2843.84-
YUV218.795.44147.47-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.49%
GREEN value IS 216 (84.77% from 255) = 34.67%
BLUE value IS 161 (63.28% from 255) = 25.84%
R=39.49%
G=34.67%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621616100.120.350.0438.8282.5279.8
HexF6D8A10C234275350
Octal36633024101443447123120
Binary1111011011011000101000010110010001110010011110100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D8A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D8A1; }

 p { color: rgb(246,216,161); }

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

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

 a { background-color: rgb(246,216,161); }

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

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

 span { border-color: rgb(246,216,161); }

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