#F3D49C

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

Shades of Splash #F3D49C

Tints of Splash #F3D49C

Color information

#F3D49C (or 0xF3D49C) is unknown color: approx Splash. HEX triplet: F3, D4 and 9C. RGB value is (243,212,156). Sum of RGB (Red+Green+Blue) = 243+212+156=611 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.77% from 611); Green value is 212 (83.20% from 255 or 34.70% from 611); Blue value is 156 (61.33% from 255 or 25.53% from 611); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D49C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D49C is #0C2B63. Grayscale: #D7D7D7. Windows color (decimal): -797540 or 10278131. OLE color: 10278131.

HSL color Cylindrical-coordinate representation of color #F3D49C: hue angle of 38.62º 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 #F3D49C is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB243212156-
CMYK00.130.360.05
HSL38.62º78.38%78.24%-
HSV(B)38.62º35.8%95.29%-
XYZ66.5168.5441.18-
YUV214.8894.77148.05-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.77%
GREEN value IS 212 (83.20% from 255) = 34.70%
BLUE value IS 156 (61.33% from 255) = 25.53%
R=39.77%
G=34.70%
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.05
SystemRedGreenBlueCMYKHSL
Decimal24321215600.130.360.0538.6278.3878.24
HexF3D49C0D245274e4e
Octal36332423401544547116116
Binary1111001111010100100111000110110010010110011110011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D49C; }

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

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

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

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

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

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

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

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