Html Css Color HEX #F8DCB9 Sandy Beach

📋 copy color: '#F8DCB9'

red 248 ◦ green 220 ◦ blue 185

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

Shades of Sandy Beach #F8DCB9

Tints of Sandy Beach #F8DCB9

RGB

 RED value IS 248 (97.27% from 255) = 37.98%

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

 BLUE value IS 185 (72.66% from 255) = 28.33%

R = 37.98%
G = 33.69%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F8DCB9 (or 0xF8DCB9) is known color: Sandy Beach. HEX triplet: F8, DC and B9. RGB value is (248,220,185). Sum of RGB (Red+Green+Blue) = 248+220+185=653 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.98% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 185 (72.66% from 255 or 28.33% from 653); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DCB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DCB9 is #072346. Grayscale: #E0E0E0. Windows color (decimal): -467783 or 12180728. OLE color: 12180728.

HSL color Cylindrical-coordinate representation of color #F8DCB9: hue angle of 33.33º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8DCB9 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 220 185 -
CMYK 0 0.11 0.25 0.03
HSL 33.33º 0.82% 0.85% -
HSV(B) 33.33º 0.25% 0.97% -
XYZ 73.06 74.65 56.46 -
YUV 224.38 105.78 144.85 -
System Red Green Blue C M Y K H S L
Decimal 248 220 185 0 0.11 0.25 0.03 33.33 0.82 0.85
Hex F8 DC B9 0 B 19 3 21 52 55
Octal 370 334 271 0 13 31 3 41 122 125
Binary 11111000 11011100 10111001 0 1011 11001 11 100001 1010010 1010101

Color Harmonies of #F8DCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DCB9

Black with #F8DCB9

Text Example


Text Example

White with #F8DCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DCB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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