Html Css Color HEX #FEDAB6 Sandy Beach

📋 copy color: '#FEDAB6'

red 254 ◦ green 218 ◦ blue 182

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

Shades of Sandy Beach #FEDAB6

Tints of Sandy Beach #FEDAB6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.33%

 BLUE value IS 182 (71.48% from 255) = 27.83%

R = 38.84%
G = 33.33%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#FEDAB6 (or 0xFEDAB6) is known color: Sandy Beach. HEX triplet: FE, DA and B6. RGB value is (254,218,182). Sum of RGB (Red+Green+Blue) = 254+218+182=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 182 (71.48% from 255 or 27.83% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDAB6 is #012549. Grayscale: #E0E0E0. Windows color (decimal): -75082 or 11983614. OLE color: 11983614.

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

Color convert

RGB 254 218 182 -
CMYK 0 0.14 0.28 0.00
HSL 30º 0.97% 0.85% -
HSV(B) 30º 0.28% 1% -
XYZ 74.39 74.59 54.73 -
YUV 224.66 103.93 148.93 -
System Red Green Blue C M Y K H S L
Decimal 254 218 182 0 0.14 0.28 0.00 30 0.97 0.85
Hex FE DA B6 0 E 1C 0 1E 61 55
Octal 376 332 266 0 16 34 0 36 141 125
Binary 11111110 11011010 10110110 0 1110 11100 0 11110 1100001 1010101

Color Harmonies of #FEDAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDAB6

Black with #FEDAB6

Text Example


Text Example

White with #FEDAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDAB6; }

 p { color: rgb(254,218,182); }

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

background-color css

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

 a { background-color: rgb(254,218,182); }

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

border-color css

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

 span { border-color: rgb(254,218,182); }

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