Html Css Color HEX #F8DCBA Sandy Beach

📋 copy color: '#F8DCBA'

red 248 ◦ green 220 ◦ blue 186

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

Shades of Sandy Beach #F8DCBA

Tints of Sandy Beach #F8DCBA

RGB

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

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

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

R = 37.92%
G = 33.64%
B = 28.44%

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

#F8DCBA (or 0xF8DCBA) is known color: Sandy Beach. HEX triplet: F8, DC and BA. RGB value is (248,220,186). Sum of RGB (Red+Green+Blue) = 248+220+186=654 (86% of max value = 765). Red value is 248 (97.27% from 255 or 37.92% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 186 (73.05% from 255 or 28.44% from 654); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8DCBA is #072345. Grayscale: #E0E0E0. Windows color (decimal): -467782 or 12246264. OLE color: 12246264.

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

Color convert

RGB 248 220 186 -
CMYK 0 0.11 0.25 0.03
HSL 32.9º 0.82% 0.85% -
HSV(B) 32.9º 0.25% 0.97% -
XYZ 73.17 74.69 57.01 -
YUV 224.5 106.28 144.76 -
System Red Green Blue C M Y K H S L
Decimal 248 220 186 0 0.11 0.25 0.03 32.9 0.82 0.85
Hex F8 DC BA 0 B 19 3 21 52 55
Octal 370 334 272 0 13 31 3 41 122 125
Binary 11111000 11011100 10111010 0 1011 11001 11 100001 1010010 1010101

Color Harmonies of #F8DCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DCBA

Black with #F8DCBA

Text Example


Text Example

White with #F8DCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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