#f2d5a0

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

Shades of Splash #F2D5A0

Tints of Splash #F2D5A0

Color information

#F2D5A0 (or 0xF2D5A0) is unknown color: approx Splash. HEX triplet: F2, D5 and A0. RGB value is (242,213,160). Sum of RGB (Red+Green+Blue) = 242+213+160=615 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.35% from 615); Green value is 213 (83.59% from 255 or 34.63% from 615); Blue value is 160 (62.89% from 255 or 26.02% from 615); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D5A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D5A0 is #0D2A5F. Grayscale: #D7D7D7. Windows color (decimal): -862816 or 10540530. OLE color: 10540530.

HSL color Cylindrical-coordinate representation of color #F2D5A0: hue angle of 38.78º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F2D5A0 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB242213160-
CMYK00.120.340.05
HSL38.78º75.93%78.82%-
HSV(B)38.78º33.88%94.9%-
XYZ66.766943.06-
YUV215.6396.61146.81-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.35%
GREEN value IS 213 (83.59% from 255) = 34.63%
BLUE value IS 160 (62.89% from 255) = 26.02%
R=39.35%
G=34.63%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221316000.120.340.0538.7875.9378.82
HexF2D5A00C225274c4f
Octal36232524001442547114117
Binary1111001011010101101000000110010001010110011110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2d5a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2d5a0; }

 p { color: rgb(242,213,160); }

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

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

 a { background-color: rgb(242,213,160); }

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

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

 span { border-color: rgb(242,213,160); }

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