Html Css Color HEX #FEDDB9 Sandy Beach

📋 copy color: '#FEDDB9'

red 254 ◦ green 221 ◦ blue 185

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

Shades of Sandy Beach #FEDDB9

Tints of Sandy Beach #FEDDB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 28.03%

R = 38.48%
G = 33.48%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FEDDB9 (or 0xFEDDB9) is known color: Sandy Beach. HEX triplet: FE, DD and B9. RGB value is (254,221,185). Sum of RGB (Red+Green+Blue) = 254+221+185=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 221 (86.72% from 255 or 33.48% from 660); Blue value is 185 (72.66% from 255 or 28.03% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDB9 is #012246. Grayscale: #E2E2E2. Windows color (decimal): -74311 or 12180990. OLE color: 12180990.

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

Color convert

RGB 254 221 185 -
CMYK 0 0.13 0.27 0.00
HSL 31.3º 0.97% 0.86% -
HSV(B) 31.3º 0.27% 1% -
XYZ 75.49 76.29 56.65 -
YUV 226.76 104.43 147.43 -
System Red Green Blue C M Y K H S L
Decimal 254 221 185 0 0.13 0.27 0.00 31.3 0.97 0.86
Hex FE DD B9 0 D 1B 0 1F 61 56
Octal 376 335 271 0 15 33 0 37 141 126
Binary 11111110 11011101 10111001 0 1101 11011 0 11111 1100001 1010110

Color Harmonies of #FEDDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDB9

Black with #FEDDB9

Text Example


Text Example

White with #FEDDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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