Html Css Color HEX #FAD5B2 Sandy Beach

📋 copy color: '#FAD5B2'

red 250 ◦ green 213 ◦ blue 178

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

Shades of Sandy Beach #FAD5B2

Tints of Sandy Beach #FAD5B2

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.23%

 BLUE value IS 178 (69.92% from 255) = 27.77%

R = 39%
G = 33.23%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FAD5B2 (or 0xFAD5B2) is known color: Sandy Beach. HEX triplet: FA, D5 and B2. RGB value is (250,213,178). Sum of RGB (Red+Green+Blue) = 250+213+178=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 213 (83.59% from 255 or 33.23% from 641); Blue value is 178 (69.92% from 255 or 27.77% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD5B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD5B2 is #052A4D. Grayscale: #DCDCDC. Windows color (decimal): -338510 or 11720186. OLE color: 11720186.

HSL color Cylindrical-coordinate representation of color #FAD5B2: hue angle of 29.17º 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 #FAD5B2 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 213 178 -
CMYK 0 0.15 0.29 0.02
HSL 29.17º 0.88% 0.84% -
HSV(B) 29.17º 0.29% 0.98% -
XYZ 71.25 71.13 52.09 -
YUV 220.07 104.26 149.35 -
System Red Green Blue C M Y K H S L
Decimal 250 213 178 0 0.15 0.29 0.02 29.17 0.88 0.84
Hex FA D5 B2 0 F 1D 2 1D 58 54
Octal 372 325 262 0 17 35 2 35 130 124
Binary 11111010 11010101 10110010 0 1111 11101 10 11101 1011000 1010100

Color Harmonies of #FAD5B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD5B2

Black with #FAD5B2

Text Example


Text Example

White with #FAD5B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD5B2; }

 p { color: rgb(250,213,178); }

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

background-color css

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

 a { background-color: rgb(250,213,178); }

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

border-color css

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

 span { border-color: rgb(250,213,178); }

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