Html Css Color HEX #FEDCB9 Sandy Beach

📋 copy color: '#FEDCB9'

red 254 ◦ green 220 ◦ blue 185

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

Shades of Sandy Beach #FEDCB9

Tints of Sandy Beach #FEDCB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 28.07%

R = 38.54%
G = 33.38%
B = 28.07%

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

#FEDCB9 (or 0xFEDCB9) is known color: Sandy Beach. HEX triplet: FE, DC and B9. RGB value is (254,220,185). Sum of RGB (Red+Green+Blue) = 254+220+185=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 220 (86.33% from 255 or 33.38% from 659); Blue value is 185 (72.66% from 255 or 28.07% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDCB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDCB9 is #012346. Grayscale: #E2E2E2. Windows color (decimal): -74567 or 12180734. OLE color: 12180734.

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

Color convert

RGB 254 220 185 -
CMYK 0 0.13 0.27 0.00
HSL 30.43º 0.97% 0.86% -
HSV(B) 30.43º 0.27% 1% -
XYZ 75.22 75.76 56.56 -
YUV 226.18 104.76 147.85 -
System Red Green Blue C M Y K H S L
Decimal 254 220 185 0 0.13 0.27 0.00 30.43 0.97 0.86
Hex FE DC B9 0 D 1B 0 1E 61 56
Octal 376 334 271 0 15 33 0 36 141 126
Binary 11111110 11011100 10111001 0 1101 11011 0 11110 1100001 1010110

Color Harmonies of #FEDCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDCB9

Black with #FEDCB9

Text Example


Text Example

White with #FEDCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDCB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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