Html Css Color HEX #F9DCBA Sandy Beach

📋 copy color: '#F9DCBA'

red 249 ◦ green 220 ◦ blue 186

#F9DCBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sandy Beach #F9DCBA

Tints of Sandy Beach #F9DCBA

RGB

 RED value IS 249 (97.66% from 255) = 38.02%

 GREEN value IS 220 (86.33% from 255) = 33.59%

 BLUE value IS 186 (73.05% from 255) = 28.4%

R = 38.02%
G = 33.59%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F9DCBA (or 0xF9DCBA) is known color: Sandy Beach. HEX triplet: F9, DC and BA. RGB value is (249,220,186). Sum of RGB (Red+Green+Blue) = 249+220+186=655 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.02% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 186 (73.05% from 255 or 28.40% from 655); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DCBA is #062345. Grayscale: #E0E0E0. Windows color (decimal): -402246 or 12246265. OLE color: 12246265.

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

Color convert

RGB 249 220 186 -
CMYK 0 0.12 0.25 0.02
HSL 32.38º 0.84% 0.85% -
HSV(B) 32.38º 0.25% 0.98% -
XYZ 73.52 74.87 57.03 -
YUV 224.8 106.11 145.26 -
System Red Green Blue C M Y K H S L
Decimal 249 220 186 0 0.12 0.25 0.02 32.38 0.84 0.85
Hex F9 DC BA 0 C 19 2 20 54 55
Octal 371 334 272 0 14 31 2 40 124 125
Binary 11111001 11011100 10111010 0 1100 11001 10 100000 1010100 1010101

Color Harmonies of #F9DCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DCBA

Black with #F9DCBA

Text Example


Text Example

White with #F9DCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DCBA; }

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

 H1.HeaderClassName
 {
   color: #F9DCBA;
 }
 .AnyTagClassName
 {
   color: #F9DCBA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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