Html Css Color HEX #FEDCB5 Sandy Beach

📋 copy color: '#FEDCB5'

red 254 ◦ green 220 ◦ blue 181

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

Shades of Sandy Beach #FEDCB5

Tints of Sandy Beach #FEDCB5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.59%

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

R = 38.78%
G = 33.59%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FEDCB5 (or 0xFEDCB5) is known color: Sandy Beach. HEX triplet: FE, DC and B5. RGB value is (254,220,181). Sum of RGB (Red+Green+Blue) = 254+220+181=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 181 (71.09% from 255 or 27.63% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCB5 is #01234A. Grayscale: #E1E1E1. Windows color (decimal): -74571 or 11918590. OLE color: 11918590.

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

Color convert

RGB 254 220 181 -
CMYK 0 0.13 0.29 0.00
HSL 32.05º 0.97% 0.85% -
HSV(B) 32.05º 0.29% 1% -
XYZ 74.81 75.59 54.36 -
YUV 225.72 102.76 148.17 -
System Red Green Blue C M Y K H S L
Decimal 254 220 181 0 0.13 0.29 0.00 32.05 0.97 0.85
Hex FE DC B5 0 D 1D 0 20 61 55
Octal 376 334 265 0 15 35 0 40 141 125
Binary 11111110 11011100 10110101 0 1101 11101 0 100000 1100001 1010101

Color Harmonies of #FEDCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDCB5

Black with #FEDCB5

Text Example


Text Example

White with #FEDCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDCB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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