Html Css Color HEX #FEDAB5 Sandy Beach

📋 copy color: '#FEDAB5'

red 254 ◦ green 218 ◦ blue 181

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

Shades of Sandy Beach #FEDAB5

Tints of Sandy Beach #FEDAB5

RGB

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

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

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

R = 38.9%
G = 33.38%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FEDAB5 (or 0xFEDAB5) is known color: Sandy Beach. HEX triplet: FE, DA and B5. RGB value is (254,218,181). Sum of RGB (Red+Green+Blue) = 254+218+181=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 218 (85.55% from 255 or 33.38% from 653); Blue value is 181 (71.09% from 255 or 27.72% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDAB5 is #01254A. Grayscale: #E0E0E0. Windows color (decimal): -75083 or 11918078. OLE color: 11918078.

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

Color convert

RGB 254 218 181 -
CMYK 0 0.14 0.29 0.00
HSL 30.41º 0.97% 0.85% -
HSV(B) 30.41º 0.29% 1% -
XYZ 74.28 74.55 54.19 -
YUV 224.55 103.43 149.01 -
System Red Green Blue C M Y K H S L
Decimal 254 218 181 0 0.14 0.29 0.00 30.41 0.97 0.85
Hex FE DA B5 0 E 1D 0 1E 61 55
Octal 376 332 265 0 16 35 0 36 141 125
Binary 11111110 11011010 10110101 0 1110 11101 0 11110 1100001 1010101

Color Harmonies of #FEDAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDAB5

Black with #FEDAB5

Text Example


Text Example

White with #FEDAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDAB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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