#f3d893

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

Shades of Splash #F3D893

Tints of Splash #F3D893

Color information

#F3D893 (or 0xF3D893) is unknown color: approx Splash. HEX triplet: F3, D8 and 93. RGB value is (243,216,147). Sum of RGB (Red+Green+Blue) = 243+216+147=606 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.10% from 606); Green value is 216 (84.77% from 255 or 35.64% from 606); Blue value is 147 (57.81% from 255 or 24.26% from 606); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D893 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D893 is #0C276C. Grayscale: #D8D8D8. Windows color (decimal): -796525 or 9689331. OLE color: 9689331.

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

Color convert

RGB243216147-
CMYK00.110.400.05
HSL43.12º80%76.47%-
HSV(B)43.12º39.51%95.29%-
XYZ66.7870.2737.65-
YUV216.2188.95147.11-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.10%
GREEN value IS 216 (84.77% from 255) = 35.64%
BLUE value IS 147 (57.81% from 255) = 24.26%
R=40.10%
G=35.64%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321614700.110.400.0543.128076.47
HexF3D8930B2852b504c
Octal36333022301350553120114
Binary1111001111011000100100110101110100010110101110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f3d893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f3d893; }

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

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

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

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

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

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

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

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