Html Css Color HEX #FEDDB6 Sandy Beach

📋 copy color: '#FEDDB6'

red 254 ◦ green 221 ◦ blue 182

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

Shades of Sandy Beach #FEDDB6

Tints of Sandy Beach #FEDDB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 27.7%

R = 38.66%
G = 33.64%
B = 27.7%

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

#FEDDB6 (or 0xFEDDB6) is known color: Sandy Beach. HEX triplet: FE, DD and B6. RGB value is (254,221,182). Sum of RGB (Red+Green+Blue) = 254+221+182=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 182 (71.48% from 255 or 27.70% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDB6 is #012249. Grayscale: #E2E2E2. Windows color (decimal): -74314 or 11984382. OLE color: 11984382.

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

Color convert

RGB 254 221 182 -
CMYK 0 0.13 0.28 0.00
HSL 32.5º 0.97% 0.85% -
HSV(B) 32.5º 0.28% 1% -
XYZ 75.17 76.16 54.99 -
YUV 226.42 102.93 147.67 -
System Red Green Blue C M Y K H S L
Decimal 254 221 182 0 0.13 0.28 0.00 32.5 0.97 0.85
Hex FE DD B6 0 D 1C 0 20 61 55
Octal 376 335 266 0 15 34 0 40 141 125
Binary 11111110 11011101 10110110 0 1101 11100 0 100000 1100001 1010101

Color Harmonies of #FEDDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDB6

Black with #FEDDB6

Text Example


Text Example

White with #FEDDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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