#F3D494

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

Shades of Splash #F3D494

Tints of Splash #F3D494

Color information

#F3D494 (or 0xF3D494) is unknown color: approx Splash. HEX triplet: F3, D4 and 94. RGB value is (243,212,148). Sum of RGB (Red+Green+Blue) = 243+212+148=603 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.30% from 603); Green value is 212 (83.20% from 255 or 35.16% from 603); Blue value is 148 (58.20% from 255 or 24.54% from 603); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D494 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D494 is #0C2B6B. Grayscale: #D6D6D6. Windows color (decimal): -797548 or 9753843. OLE color: 9753843.

HSL color Cylindrical-coordinate representation of color #F3D494: hue angle of 40.42º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F3D494 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB243212148-
CMYK00.130.390.05
HSL40.42º79.83%76.67%-
HSV(B)40.42º39.09%95.29%-
XYZ65.8568.2837.73-
YUV213.9790.77148.7-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.30%
GREEN value IS 212 (83.20% from 255) = 35.16%
BLUE value IS 148 (58.20% from 255) = 24.54%
R=40.30%
G=35.16%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321214800.130.390.0540.4279.8376.67
HexF3D4940D27528504d
Octal36332422401547550120115
Binary1111001111010100100101000110110011110110100010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D494; }

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

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

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

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

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

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

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

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