Html Css Color HEX #FED7B0 Sandy Beach

📋 copy color: '#FED7B0'

red 254 ◦ green 215 ◦ blue 176

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

Shades of Sandy Beach #FED7B0

Tints of Sandy Beach #FED7B0

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.33%

 BLUE value IS 176 (69.14% from 255) = 27.29%

R = 39.38%
G = 33.33%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FED7B0 (or 0xFED7B0) is known color: Sandy Beach. HEX triplet: FE, D7 and B0. RGB value is (254,215,176). Sum of RGB (Red+Green+Blue) = 254+215+176=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 215 (84.38% from 255 or 33.33% from 645); Blue value is 176 (69.14% from 255 or 27.29% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED7B0 is #01284F. Grayscale: #DEDEDE. Windows color (decimal): -75856 or 11589630. OLE color: 11589630.

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

Color convert

RGB 254 215 176 -
CMYK 0 0.15 0.31 0.00
HSL 30º 0.98% 0.84% -
HSV(B) 30º 0.31% 1% -
XYZ 73.01 72.81 51.28 -
YUV 222.22 101.92 150.67 -
System Red Green Blue C M Y K H S L
Decimal 254 215 176 0 0.15 0.31 0.00 30 0.98 0.84
Hex FE D7 B0 0 F 1F 0 1E 62 54
Octal 376 327 260 0 17 37 0 36 142 124
Binary 11111110 11010111 10110000 0 1111 11111 0 11110 1100010 1010100

Color Harmonies of #FED7B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED7B0

Black with #FED7B0

Text Example


Text Example

White with #FED7B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED7B0; }

 p { color: rgb(254,215,176); }

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

background-color css

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

 a { background-color: rgb(254,215,176); }

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

border-color css

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

 span { border-color: rgb(254,215,176); }

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