Html Css Color HEX #FAD8B1 Sandy Beach

📋 copy color: '#FAD8B1'

red 250 ◦ green 216 ◦ blue 177

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

Shades of Sandy Beach #FAD8B1

Tints of Sandy Beach #FAD8B1

RGB

 RED value IS 250 (98.05% from 255) = 38.88%

 GREEN value IS 216 (84.77% from 255) = 33.59%

 BLUE value IS 177 (69.53% from 255) = 27.53%

R = 38.88%
G = 33.59%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FAD8B1 (or 0xFAD8B1) is known color: Sandy Beach. HEX triplet: FA, D8 and B1. RGB value is (250,216,177). Sum of RGB (Red+Green+Blue) = 250+216+177=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 216 (84.77% from 255 or 33.59% from 643); Blue value is 177 (69.53% from 255 or 27.53% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD8B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD8B1 is #05274E. Grayscale: #DDDDDD. Windows color (decimal): -337743 or 11655418. OLE color: 11655418.

HSL color Cylindrical-coordinate representation of color #FAD8B1: hue angle of 32.05º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FAD8B1 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 216 177 -
CMYK 0 0.14 0.29 0.02
HSL 32.05º 0.88% 0.84% -
HSV(B) 32.05º 0.29% 0.98% -
XYZ 71.92 72.61 51.82 -
YUV 221.72 102.76 148.17 -
System Red Green Blue C M Y K H S L
Decimal 250 216 177 0 0.14 0.29 0.02 32.05 0.88 0.84
Hex FA D8 B1 0 E 1D 2 20 58 54
Octal 372 330 261 0 16 35 2 40 130 124
Binary 11111010 11011000 10110001 0 1110 11101 10 100000 1011000 1010100

Color Harmonies of #FAD8B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD8B1

Black with #FAD8B1

Text Example


Text Example

White with #FAD8B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD8B1; }

 p { color: rgb(250,216,177); }

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

background-color css

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

 a { background-color: rgb(250,216,177); }

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

border-color css

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

 span { border-color: rgb(250,216,177); }

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