#F9D9BA

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

Shades of Sandy Beach #F9D9BA

Tints of Sandy Beach #F9D9BA

Color information

#F9D9BA (or 0xF9D9BA) is unknown color: approx Sandy Beach. HEX triplet: F9, D9 and BA. RGB value is (249,217,186). Sum of RGB (Red+Green+Blue) = 249+217+186=652 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.19% from 652); Green value is 217 (85.16% from 255 or 33.28% from 652); Blue value is 186 (73.05% from 255 or 28.53% from 652); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D9BA is #062645. Grayscale: #DFDFDF. Windows color (decimal): -403014 or 12245497. OLE color: 12245497.

HSL color Cylindrical-coordinate representation of color #F9D9BA: hue angle of 29.52º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F9D9BA is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB249217186-
CMYK00.130.250.02
HSL29.52º84%85.29%-
HSV(B)29.52º25.3%97.65%-
XYZ72.7473.3156.77-
YUV223.03107.1146.52-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.19%
GREEN value IS 217 (85.16% from 255) = 33.28%
BLUE value IS 186 (73.05% from 255) = 28.53%
R=38.19%
G=33.28%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24921718600.130.250.0229.528485.29
HexF9D9BA0D1921e5455
Octal37133127201531236124125
Binary1111100111011001101110100110111001101111010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9D9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9D9BA; }

 p { color: rgb(249,217,186); }

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

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

 a { background-color: rgb(249,217,186); }

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

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

 span { border-color: rgb(249,217,186); }

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