Html Css Color HEX #FED7B2 Sandy Beach

📋 copy color: '#FED7B2'

red 254 ◦ green 215 ◦ blue 178

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

Shades of Sandy Beach #FED7B2

Tints of Sandy Beach #FED7B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 27.51%

R = 39.26%
G = 33.23%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FED7B2 (or 0xFED7B2) is known color: Sandy Beach. HEX triplet: FE, D7 and B2. RGB value is (254,215,178). Sum of RGB (Red+Green+Blue) = 254+215+178=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 215 (84.38% from 255 or 33.23% from 647); Blue value is 178 (69.92% from 255 or 27.51% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED7B2 is #01284D. Grayscale: #DEDEDE. Windows color (decimal): -75854 or 11720702. OLE color: 11720702.

HSL color Cylindrical-coordinate representation of color #FED7B2: hue angle of 29.21º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FED7B2 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 215 178 -
CMYK 0 0.15 0.30 0.00
HSL 29.21º 0.97% 0.85% -
HSV(B) 29.21º 0.3% 1% -
XYZ 73.21 72.89 52.33 -
YUV 222.44 102.92 150.51 -
System Red Green Blue C M Y K H S L
Decimal 254 215 178 0 0.15 0.30 0.00 29.21 0.97 0.85
Hex FE D7 B2 0 F 1E 0 1D 61 55
Octal 376 327 262 0 17 36 0 35 141 125
Binary 11111110 11010111 10110010 0 1111 11110 0 11101 1100001 1010101

Color Harmonies of #FED7B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED7B2

Black with #FED7B2

Text Example


Text Example

White with #FED7B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED7B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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