Html Css Color HEX #FED9B1 Sandy Beach

📋 copy color: '#FED9B1'

red 254 ◦ green 217 ◦ blue 177

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

Shades of Sandy Beach #FED9B1

Tints of Sandy Beach #FED9B1

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.49%

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

R = 39.2%
G = 33.49%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FED9B1 (or 0xFED9B1) is known color: Sandy Beach. HEX triplet: FE, D9 and B1. RGB value is (254,217,177). Sum of RGB (Red+Green+Blue) = 254+217+177=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 217 (85.16% from 255 or 33.49% from 648); Blue value is 177 (69.53% from 255 or 27.31% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FED9B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED9B1 is #01264E. Grayscale: #DFDFDF. Windows color (decimal): -75343 or 11655678. OLE color: 11655678.

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

Color convert

RGB 254 217 177 -
CMYK 0 0.15 0.30 0.00
HSL 31.17º 0.97% 0.85% -
HSV(B) 31.17º 0.3% 1% -
XYZ 73.62 73.87 51.97 -
YUV 223.5 101.76 149.75 -
System Red Green Blue C M Y K H S L
Decimal 254 217 177 0 0.15 0.30 0.00 31.17 0.97 0.85
Hex FE D9 B1 0 F 1E 0 1F 61 55
Octal 376 331 261 0 17 36 0 37 141 125
Binary 11111110 11011001 10110001 0 1111 11110 0 11111 1100001 1010101

Color Harmonies of #FED9B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED9B1

Black with #FED9B1

Text Example


Text Example

White with #FED9B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED9B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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