#F3DC9C

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

Shades of Splash #F3DC9C

Tints of Splash #F3DC9C

Color information

#F3DC9C (or 0xF3DC9C) is unknown color: approx Splash. HEX triplet: F3, DC and 9C. RGB value is (243,220,156). Sum of RGB (Red+Green+Blue) = 243+220+156=619 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.26% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 156 (61.33% from 255 or 25.20% from 619); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DC9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DC9C is #0C2363. Grayscale: #DBDBDB. Windows color (decimal): -795492 or 10280179. OLE color: 10280179.

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

Color convert

RGB243220156-
CMYK00.090.360.05
HSL44.14º78.38%78.24%-
HSV(B)44.14º35.8%95.29%-
XYZ68.5672.6441.86-
YUV219.5892.12144.7-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.26%
GREEN value IS 220 (86.33% from 255) = 35.54%
BLUE value IS 156 (61.33% from 255) = 25.20%
R=39.26%
G=35.54%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322015600.090.360.0544.1478.3878.24
HexF3DC9C092452c4e4e
Octal36333423401144554116116
Binary1111001111011100100111000100110010010110110010011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DC9C; }

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

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

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

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

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

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

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

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