Html Css Color HEX #F8D9BA Sandy Beach

📋 copy color: '#F8D9BA'

red 248 ◦ green 217 ◦ blue 186

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

Shades of Sandy Beach #F8D9BA

Tints of Sandy Beach #F8D9BA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.33%

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

R = 38.1%
G = 33.33%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F8D9BA (or 0xF8D9BA) is known color: Sandy Beach. HEX triplet: F8, D9 and BA. RGB value is (248,217,186). Sum of RGB (Red+Green+Blue) = 248+217+186=651 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.10% from 651); Green value is 217 (85.16% from 255 or 33.33% from 651); Blue value is 186 (73.05% from 255 or 28.57% from 651); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8D9BA is #072645. Grayscale: #DEDEDE. Windows color (decimal): -468550 or 12245496. OLE color: 12245496.

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

Color convert

RGB 248 217 186 -
CMYK 0 0.12 0.25 0.03
HSL 30º 0.82% 0.85% -
HSV(B) 30º 0.25% 0.97% -
XYZ 72.39 73.13 56.75 -
YUV 222.74 107.27 146.02 -
System Red Green Blue C M Y K H S L
Decimal 248 217 186 0 0.12 0.25 0.03 30 0.82 0.85
Hex F8 D9 BA 0 C 19 3 1E 52 55
Octal 370 331 272 0 14 31 3 36 122 125
Binary 11111000 11011001 10111010 0 1100 11001 11 11110 1010010 1010101

Color Harmonies of #F8D9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D9BA

Black with #F8D9BA

Text Example


Text Example

White with #F8D9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D9BA; }

 p { color: rgb(248,217,186); }

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

background-color css

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

 a { background-color: rgb(248,217,186); }

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

border-color css

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

 span { border-color: rgb(248,217,186); }

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