#F6D79E

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

Shades of Splash #F6D79E

Tints of Splash #F6D79E

Color information

#F6D79E (or 0xF6D79E) is unknown color: approx Splash. HEX triplet: F6, D7 and 9E. RGB value is (246,215,158). Sum of RGB (Red+Green+Blue) = 246+215+158=619 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.74% from 619); Green value is 215 (84.38% from 255 or 34.73% from 619); Blue value is 158 (62.11% from 255 or 25.53% from 619); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D79E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D79E is #092861. Grayscale: #DADADA. Windows color (decimal): -600162 or 10409974. OLE color: 10409974.

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

Color convert

RGB246215158-
CMYK00.130.360.04
HSL38.86º83.02%79.22%-
HSV(B)38.86º35.77%96.47%-
XYZ68.4870.6642.38-
YUV217.7794.27148.13-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.74%
GREEN value IS 215 (84.38% from 255) = 34.73%
BLUE value IS 158 (62.11% from 255) = 25.53%
R=39.74%
G=34.73%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621515800.130.360.0438.8683.0279.22
HexF6D79E0D24427534f
Octal36632723601544447123117
Binary1111011011010111100111100110110010010010011110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D79E; }

 p { color: rgb(246,215,158); }

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

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

 a { background-color: rgb(246,215,158); }

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

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

 span { border-color: rgb(246,215,158); }

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