Html Css Color HEX #FEDAB4 Sandy Beach

📋 copy color: '#FEDAB4'

red 254 ◦ green 218 ◦ blue 180

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

Shades of Sandy Beach #FEDAB4

Tints of Sandy Beach #FEDAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 27.61%

R = 38.96%
G = 33.44%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FEDAB4 (or 0xFEDAB4) is known color: Sandy Beach. HEX triplet: FE, DA and B4. RGB value is (254,218,180). Sum of RGB (Red+Green+Blue) = 254+218+180=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 180 (70.70% from 255 or 27.61% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDAB4 is #01254B. Grayscale: #E0E0E0. Windows color (decimal): -75084 or 11852542. OLE color: 11852542.

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

Color convert

RGB 254 218 180 -
CMYK 0 0.14 0.29 0.00
HSL 30.81º 0.97% 0.85% -
HSV(B) 30.81º 0.29% 1% -
XYZ 74.18 74.51 53.65 -
YUV 224.43 102.93 149.09 -
System Red Green Blue C M Y K H S L
Decimal 254 218 180 0 0.14 0.29 0.00 30.81 0.97 0.85
Hex FE DA B4 0 E 1D 0 1F 61 55
Octal 376 332 264 0 16 35 0 37 141 125
Binary 11111110 11011010 10110100 0 1110 11101 0 11111 1100001 1010101

Color Harmonies of #FEDAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDAB4

Black with #FEDAB4

Text Example


Text Example

White with #FEDAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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