Html Css Color HEX #FED5B1 Sandy Beach

📋 copy color: '#FED5B1'

red 254 ◦ green 213 ◦ blue 177

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

Shades of Sandy Beach #FED5B1

Tints of Sandy Beach #FED5B1

RGB

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

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

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

R = 39.44%
G = 33.07%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FED5B1 (or 0xFED5B1) is known color: Sandy Beach. HEX triplet: FE, D5 and B1. RGB value is (254,213,177). Sum of RGB (Red+Green+Blue) = 254+213+177=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 213 (83.59% from 255 or 33.07% from 644); Blue value is 177 (69.53% from 255 or 27.48% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FED5B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED5B1 is #012A4E. Grayscale: #DDDDDD. Windows color (decimal): -76367 or 11654654. OLE color: 11654654.

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

Color convert

RGB 254 213 177 -
CMYK 0 0.16 0.30 0.00
HSL 28.05º 0.97% 0.85% -
HSV(B) 28.05º 0.3% 1% -
XYZ 72.6 71.83 51.63 -
YUV 221.16 103.08 151.43 -
System Red Green Blue C M Y K H S L
Decimal 254 213 177 0 0.16 0.30 0.00 28.05 0.97 0.85
Hex FE D5 B1 0 10 1E 0 1C 61 55
Octal 376 325 261 0 20 36 0 34 141 125
Binary 11111110 11010101 10110001 0 10000 11110 0 11100 1100001 1010101

Color Harmonies of #FED5B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED5B1

Black with #FED5B1

Text Example


Text Example

White with #FED5B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED5B1; }

 p { color: rgb(254,213,177); }

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

background-color css

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

 a { background-color: rgb(254,213,177); }

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

border-color css

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

 span { border-color: rgb(254,213,177); }

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