Html Css Color HEX #FED8B5 Sandy Beach

📋 copy color: '#FED8B5'

red 254 ◦ green 216 ◦ blue 181

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

Shades of Sandy Beach #FED8B5

Tints of Sandy Beach #FED8B5

RGB

 RED value IS 254 (99.61% from 255) = 39.02%

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

 BLUE value IS 181 (71.09% from 255) = 27.8%

R = 39.02%
G = 33.18%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FED8B5 (or 0xFED8B5) is known color: Sandy Beach. HEX triplet: FE, D8 and B5. RGB value is (254,216,181). Sum of RGB (Red+Green+Blue) = 254+216+181=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 216 (84.77% from 255 or 33.18% from 651); Blue value is 181 (71.09% from 255 or 27.80% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FED8B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED8B5 is #01274A. Grayscale: #DFDFDF. Windows color (decimal): -75595 or 11917566. OLE color: 11917566.

HSL color Cylindrical-coordinate representation of color #FED8B5: hue angle of 28.77º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FED8B5 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 216 181 -
CMYK 0 0.15 0.29 0.00
HSL 28.77º 0.97% 0.85% -
HSV(B) 28.77º 0.29% 1% -
XYZ 73.77 73.52 54.02 -
YUV 223.37 104.09 149.85 -
System Red Green Blue C M Y K H S L
Decimal 254 216 181 0 0.15 0.29 0.00 28.77 0.97 0.85
Hex FE D8 B5 0 F 1D 0 1D 61 55
Octal 376 330 265 0 17 35 0 35 141 125
Binary 11111110 11011000 10110101 0 1111 11101 0 11101 1100001 1010101

Color Harmonies of #FED8B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED8B5

Black with #FED8B5

Text Example


Text Example

White with #FED8B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED8B5; }

 p { color: rgb(254,216,181); }

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

background-color css

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

 a { background-color: rgb(254,216,181); }

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

border-color css

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

 span { border-color: rgb(254,216,181); }

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