Html Css Color HEX #FEDAB1 Sandy Beach

📋 copy color: '#FEDAB1'

red 254 ◦ green 218 ◦ blue 177

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

Shades of Sandy Beach #FEDAB1

Tints of Sandy Beach #FEDAB1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.59%

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

R = 39.14%
G = 33.59%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FEDAB1 (or 0xFEDAB1) is known color: Sandy Beach. HEX triplet: FE, DA and B1. RGB value is (254,218,177). Sum of RGB (Red+Green+Blue) = 254+218+177=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 218 (85.55% from 255 or 33.59% from 649); Blue value is 177 (69.53% from 255 or 27.27% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDAB1 is #01254E. Grayscale: #E0E0E0. Windows color (decimal): -75087 or 11655934. OLE color: 11655934.

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

Color convert

RGB 254 218 177 -
CMYK 0 0.14 0.30 0.00
HSL 31.95º 0.97% 0.85% -
HSV(B) 31.95º 0.3% 1% -
XYZ 73.88 74.39 52.06 -
YUV 224.09 101.43 149.33 -
System Red Green Blue C M Y K H S L
Decimal 254 218 177 0 0.14 0.30 0.00 31.95 0.97 0.85
Hex FE DA B1 0 E 1E 0 20 61 55
Octal 376 332 261 0 16 36 0 40 141 125
Binary 11111110 11011010 10110001 0 1110 11110 0 100000 1100001 1010101

Color Harmonies of #FEDAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDAB1

Black with #FEDAB1

Text Example


Text Example

White with #FEDAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDAB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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