Html Css Color HEX #FEDAB3 Sandy Beach

📋 copy color: '#FEDAB3'

red 254 ◦ green 218 ◦ blue 179

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

Shades of Sandy Beach #FEDAB3

Tints of Sandy Beach #FEDAB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 27.5%

R = 39.02%
G = 33.49%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FEDAB3 (or 0xFEDAB3) is known color: Sandy Beach. HEX triplet: FE, DA and B3. RGB value is (254,218,179). Sum of RGB (Red+Green+Blue) = 254+218+179=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 179 (70.31% from 255 or 27.50% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDAB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDAB3 is #01254C. Grayscale: #E0E0E0. Windows color (decimal): -75085 or 11787006. OLE color: 11787006.

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

Color convert

RGB 254 218 179 -
CMYK 0 0.14 0.30 0.00
HSL 31.2º 0.97% 0.85% -
HSV(B) 31.2º 0.3% 1% -
XYZ 74.08 74.47 53.12 -
YUV 224.32 102.43 149.17 -
System Red Green Blue C M Y K H S L
Decimal 254 218 179 0 0.14 0.30 0.00 31.2 0.97 0.85
Hex FE DA B3 0 E 1E 0 1F 61 55
Octal 376 332 263 0 16 36 0 37 141 125
Binary 11111110 11011010 10110011 0 1110 11110 0 11111 1100001 1010101

Color Harmonies of #FEDAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDAB3

Black with #FEDAB3

Text Example


Text Example

White with #FEDAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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