#F3D194

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

Shades of Splash #F3D194

Tints of Splash #F3D194

Color information

#F3D194 (or 0xF3D194) is unknown color: approx Splash. HEX triplet: F3, D1 and 94. RGB value is (243,209,148). Sum of RGB (Red+Green+Blue) = 243+209+148=600 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.5% from 600); Green value is 209 (82.03% from 255 or 34.83% from 600); Blue value is 148 (58.20% from 255 or 24.67% from 600); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D194 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D194 is #0C2E6B. Grayscale: #D4D4D4. Windows color (decimal): -798316 or 9753075. OLE color: 9753075.

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

Color convert

RGB243209148-
CMYK00.140.390.05
HSL38.53º79.83%76.67%-
HSV(B)38.53º39.09%95.29%-
XYZ65.1166.7937.48-
YUV212.2191.76149.96-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.5%
GREEN value IS 209 (82.03% from 255) = 34.83%
BLUE value IS 148 (58.20% from 255) = 24.67%
R=40.5%
G=34.83%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320914800.140.390.0538.5379.8376.67
HexF3D1940E27527504d
Octal36332122401647547120115
Binary1111001111010001100101000111010011110110011110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D194; }

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

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

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

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

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

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

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

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