#F9DDBA

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

Shades of Sandy Beach #F9DDBA

Tints of Sandy Beach #F9DDBA

Color information

#F9DDBA (or 0xF9DDBA) is unknown color: approx Sandy Beach. HEX triplet: F9, DD and BA. RGB value is (249,221,186). Sum of RGB (Red+Green+Blue) = 249+221+186=656 (86% of max value = 765). Red value is 249 (97.66% from 255 or 37.96% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 186 (73.05% from 255 or 28.35% from 656); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DDBA is #062245. Grayscale: #E1E1E1. Windows color (decimal): -401990 or 12246521. OLE color: 12246521.

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

Color convert

RGB249221186-
CMYK00.110.250.02
HSL33.33º84%85.29%-
HSV(B)33.33º25.3%97.65%-
XYZ73.7975.457.12-
YUV225.38105.78144.85-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.96%
GREEN value IS 221 (86.72% from 255) = 33.69%
BLUE value IS 186 (73.05% from 255) = 28.35%
R=37.96%
G=33.69%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922118600.110.250.0233.338485.29
HexF9DDBA0B192215455
Octal37133527201331241124125
Binary11111001110111011011101001011110011010000110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DDBA; }

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

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

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

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

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

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

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

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