Html Css Color HEX #FEDDB5 Sandy Beach

📋 copy color: '#FEDDB5'

red 254 ◦ green 221 ◦ blue 181

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

Shades of Sandy Beach #FEDDB5

Tints of Sandy Beach #FEDDB5

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.69%

 BLUE value IS 181 (71.09% from 255) = 27.59%

R = 38.72%
G = 33.69%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FEDDB5 (or 0xFEDDB5) is known color: Sandy Beach. HEX triplet: FE, DD and B5. RGB value is (254,221,181). Sum of RGB (Red+Green+Blue) = 254+221+181=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 181 (71.09% from 255 or 27.59% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDB5 is #01224A. Grayscale: #E2E2E2. Windows color (decimal): -74315 or 11918846. OLE color: 11918846.

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

Color convert

RGB 254 221 181 -
CMYK 0 0.13 0.29 0.00
HSL 32.88º 0.97% 0.85% -
HSV(B) 32.88º 0.29% 1% -
XYZ 75.07 76.12 54.45 -
YUV 226.31 102.43 147.75 -
System Red Green Blue C M Y K H S L
Decimal 254 221 181 0 0.13 0.29 0.00 32.88 0.97 0.85
Hex FE DD B5 0 D 1D 0 21 61 55
Octal 376 335 265 0 15 35 0 41 141 125
Binary 11111110 11011101 10110101 0 1101 11101 0 100001 1100001 1010101

Color Harmonies of #FEDDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDB5

Black with #FEDDB5

Text Example


Text Example

White with #FEDDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDB5; }

 p { color: rgb(254,221,181); }

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

background-color css

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

 a { background-color: rgb(254,221,181); }

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

border-color css

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

 span { border-color: rgb(254,221,181); }

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