#F3D393

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

Shades of Splash #F3D393

Tints of Splash #F3D393

Color information

#F3D393 (or 0xF3D393) is unknown color: approx Splash. HEX triplet: F3, D3 and 93. RGB value is (243,211,147). Sum of RGB (Red+Green+Blue) = 243+211+147=601 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.43% from 601); Green value is 211 (82.81% from 255 or 35.11% from 601); Blue value is 147 (57.81% from 255 or 24.46% from 601); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D393 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D393 is #0C2C6C. Grayscale: #D5D5D5. Windows color (decimal): -797805 or 9688051. OLE color: 9688051.

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

Color convert

RGB243211147-
CMYK00.130.400.05
HSL40º80%76.47%-
HSV(B)40º39.51%95.29%-
XYZ65.5267.7537.23-
YUV213.2790.6149.2-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.43%
GREEN value IS 211 (82.81% from 255) = 35.11%
BLUE value IS 147 (57.81% from 255) = 24.46%
R=40.43%
G=35.11%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321114700.130.400.05408076.47
HexF3D3930D28528504c
Octal36332322301550550120114
Binary1111001111010011100100110110110100010110100010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D393; }

 p { color: rgb(243,211,147); }

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

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

 a { background-color: rgb(243,211,147); }

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

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

 span { border-color: rgb(243,211,147); }

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