#F3D192

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

Shades of Splash #F3D192

Tints of Splash #F3D192

Color information

#F3D192 (or 0xF3D192) is unknown color: approx Splash. HEX triplet: F3, D1 and 92. RGB value is (243,209,146). Sum of RGB (Red+Green+Blue) = 243+209+146=598 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.64% from 598); Green value is 209 (82.03% from 255 or 34.95% from 598); Blue value is 146 (57.42% from 255 or 24.41% from 598); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D192 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D192 is #0C2E6D. Grayscale: #D4D4D4. Windows color (decimal): -798318 or 9622003. OLE color: 9622003.

HSL color Cylindrical-coordinate representation of color #F3D192: hue angle of 38.97º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F3D192 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB243209146-
CMYK00.140.400.05
HSL38.97º80.17%76.27%-
HSV(B)38.97º39.92%95.29%-
XYZ64.9566.7336.65-
YUV211.9890.76150.12-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.64%
GREEN value IS 209 (82.03% from 255) = 34.95%
BLUE value IS 146 (57.42% from 255) = 24.41%
R=40.64%
G=34.95%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320914600.140.400.0538.9780.1776.27
HexF3D1920E28527504c
Octal36332122201650547120114
Binary1111001111010001100100100111010100010110011110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D192; }

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

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

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

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

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

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

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

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