Html Css Color HEX #F9DCB9 Sandy Beach

📋 copy color: '#F9DCB9'

red 249 ◦ green 220 ◦ blue 185

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

Shades of Sandy Beach #F9DCB9

Tints of Sandy Beach #F9DCB9

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 value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#F9DCB9 (or 0xF9DCB9) is known color: 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

RGB 249 220 185 -
CMYK 0 0.12 0.26 0.02
HSL 32.81º 0.84% 0.85% -
HSV(B) 32.81º 0.26% 0.98% -
XYZ 73.42 74.83 56.47 -
YUV 224.68 105.61 145.35 -
System Red Green Blue C M Y K H S L
Decimal 249 220 185 0 0.12 0.26 0.02 32.81 0.84 0.85
Hex F9 DC B9 0 C 1A 2 21 54 55
Octal 371 334 271 0 14 32 2 41 124 125
Binary 11111001 11011100 10111001 0 1100 11010 10 100001 1010100 1010101

Color Harmonies of #F9DCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DCB9

Black with #F9DCB9

Text Example


Text Example

White with #F9DCB9

Text Example


Text Example

HTML Codes & Css Web 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>