#F3DC9E

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

Shades of Splash #F3DC9E

Tints of Splash #F3DC9E

Color information

#F3DC9E (or 0xF3DC9E) is unknown color: approx Splash. HEX triplet: F3, DC and 9E. RGB value is (243,220,158). Sum of RGB (Red+Green+Blue) = 243+220+158=621 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.13% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 158 (62.11% from 255 or 25.44% from 621); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DC9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DC9E is #0C2361. Grayscale: #DCDCDC. Windows color (decimal): -795490 or 10411251. OLE color: 10411251.

HSL color Cylindrical-coordinate representation of color #F3DC9E: hue angle of 43.76º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F3DC9E is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB243220158-
CMYK00.090.350.05
HSL43.76º77.98%78.63%-
HSV(B)43.76º34.98%95.29%-
XYZ68.7372.7142.76-
YUV219.8193.12144.54-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.13%
GREEN value IS 220 (86.33% from 255) = 35.43%
BLUE value IS 158 (62.11% from 255) = 25.44%
R=39.13%
G=35.43%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322015800.090.350.0543.7677.9878.63
HexF3DC9E092352c4e4f
Octal36333423601143554116117
Binary1111001111011100100111100100110001110110110010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DC9E; }

 p { color: rgb(243,220,158); }

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

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

 a { background-color: rgb(243,220,158); }

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

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

 span { border-color: rgb(243,220,158); }

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