#F9DCB9

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

Shades of Sandy Beach #F9DCB9

Tints of Sandy Beach #F9DCB9

Color information

#F9DCB9 (or 0xF9DCB9) is unknown color: approx Sandy Beach. HEX triplet: F9, DC and B9. RGB value is (249,220,185). Sum of RGB (Red+Green+Blue) = 249+220+185=654 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.07% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 185 (72.66% from 255 or 28.29% from 654); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DCB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DCB9 is #062346. Grayscale: #E0E0E0. Windows color (decimal): -402247 or 12180729. OLE color: 12180729.

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

Color convert

RGB249220185-
CMYK00.120.260.02
HSL32.81º84.21%85.1%-
HSV(B)32.81º25.7%97.65%-
XYZ73.4274.8356.47-
YUV224.68105.61145.35-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 38.07%
GREEN value IS 220 (86.33% from 255) = 33.64%
BLUE value IS 185 (72.66% from 255) = 28.29%
R=38.07%
G=33.64%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922018500.120.260.0232.8184.2185.1
HexF9DCB90C1A2215455
Octal37133427101432241124125
Binary11111001110111001011100101100110101010000110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DCB9; }

 p { color: rgb(249,220,185); }

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

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

 a { background-color: rgb(249,220,185); }

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

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

 span { border-color: rgb(249,220,185); }

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