Html Css Color HEX #FEDCBA Sandy Beach

📋 copy color: '#FEDCBA'

red 254 ◦ green 220 ◦ blue 186

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

Shades of Sandy Beach #FEDCBA

Tints of Sandy Beach #FEDCBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 28.18%

R = 38.48%
G = 33.33%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FEDCBA (or 0xFEDCBA) is known color: Sandy Beach. HEX triplet: FE, DC and BA. RGB value is (254,220,186). Sum of RGB (Red+Green+Blue) = 254+220+186=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 220 (86.33% from 255 or 33.33% from 660); Blue value is 186 (73.05% from 255 or 28.18% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCBA is #012345. Grayscale: #E2E2E2. Windows color (decimal): -74566 or 12246270. OLE color: 12246270.

HSL color Cylindrical-coordinate representation of color #FEDCBA: hue angle of 30º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEDCBA is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 220 186 -
CMYK 0 0.13 0.27 0.00
HSL 30º 0.97% 0.86% -
HSV(B) 30º 0.27% 1% -
XYZ 75.33 75.8 57.12 -
YUV 226.29 105.26 147.76 -
System Red Green Blue C M Y K H S L
Decimal 254 220 186 0 0.13 0.27 0.00 30 0.97 0.86
Hex FE DC BA 0 D 1B 0 1E 61 56
Octal 376 334 272 0 15 33 0 36 141 126
Binary 11111110 11011100 10111010 0 1101 11011 0 11110 1100001 1010110

Color Harmonies of #FEDCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDCBA

Black with #FEDCBA

Text Example


Text Example

White with #FEDCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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