Html Css Color HEX #FEDDB8 Sandy Beach

📋 copy color: '#FEDDB8'

red 254 ◦ green 221 ◦ blue 184

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

Shades of Sandy Beach #FEDDB8

Tints of Sandy Beach #FEDDB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 27.92%

R = 38.54%
G = 33.54%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#FEDDB8 (or 0xFEDDB8) is known color: Sandy Beach. HEX triplet: FE, DD and B8. RGB value is (254,221,184). Sum of RGB (Red+Green+Blue) = 254+221+184=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 221 (86.72% from 255 or 33.54% from 659); Blue value is 184 (72.27% from 255 or 27.92% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDB8 is #012247. Grayscale: #E2E2E2. Windows color (decimal): -74312 or 12115454. OLE color: 12115454.

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

Color convert

RGB 254 221 184 -
CMYK 0 0.13 0.28 0.00
HSL 31.71º 0.97% 0.86% -
HSV(B) 31.71º 0.28% 1% -
XYZ 75.38 76.24 56.09 -
YUV 226.65 103.93 147.51 -
System Red Green Blue C M Y K H S L
Decimal 254 221 184 0 0.13 0.28 0.00 31.71 0.97 0.86
Hex FE DD B8 0 D 1C 0 20 61 56
Octal 376 335 270 0 15 34 0 40 141 126
Binary 11111110 11011101 10111000 0 1101 11100 0 100000 1100001 1010110

Color Harmonies of #FEDDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDB8

Black with #FEDDB8

Text Example


Text Example

White with #FEDDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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