#F3DD9C

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

Shades of Splash #F3DD9C

Tints of Splash #F3DD9C

Color information

#F3DD9C (or 0xF3DD9C) is unknown color: approx Splash. HEX triplet: F3, DD and 9C. RGB value is (243,221,156). Sum of RGB (Red+Green+Blue) = 243+221+156=620 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.19% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 156 (61.33% from 255 or 25.16% from 620); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DD9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DD9C is #0C2263. Grayscale: #DCDCDC. Windows color (decimal): -795236 or 10280435. OLE color: 10280435.

HSL color Cylindrical-coordinate representation of color #F3DD9C: hue angle of 44.83º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F3DD9C is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB243221156-
CMYK00.090.360.05
HSL44.83º78.38%78.24%-
HSV(B)44.83º35.8%95.29%-
XYZ68.8273.1741.95-
YUV220.1791.79144.29-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.19%
GREEN value IS 221 (86.72% from 255) = 35.65%
BLUE value IS 156 (61.33% from 255) = 25.16%
R=39.19%
G=35.65%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322115600.090.360.0544.8378.3878.24
HexF3DD9C092452d4e4e
Octal36333523401144555116116
Binary1111001111011101100111000100110010010110110110011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DD9C; }

 p { color: rgb(243,221,156); }

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

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

 a { background-color: rgb(243,221,156); }

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

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

 span { border-color: rgb(243,221,156); }

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