Html Css Color HEX #FEDDB4 Sandy Beach

📋 copy color: '#FEDDB4'

red 254 ◦ green 221 ◦ blue 180

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

Shades of Sandy Beach #FEDDB4

Tints of Sandy Beach #FEDDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 27.48%

R = 38.78%
G = 33.74%
B = 27.48%

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

#FEDDB4 (or 0xFEDDB4) is known color: Sandy Beach. HEX triplet: FE, DD and B4. RGB value is (254,221,180). Sum of RGB (Red+Green+Blue) = 254+221+180=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 180 (70.70% from 255 or 27.48% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDDB4 is #01224B. Grayscale: #E2E2E2. Windows color (decimal): -74316 or 11853310. OLE color: 11853310.

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

Color convert

RGB 254 221 180 -
CMYK 0 0.13 0.29 0.00
HSL 33.24º 0.97% 0.85% -
HSV(B) 33.24º 0.29% 1% -
XYZ 74.97 76.08 53.91 -
YUV 226.19 101.93 147.83 -
System Red Green Blue C M Y K H S L
Decimal 254 221 180 0 0.13 0.29 0.00 33.24 0.97 0.85
Hex FE DD B4 0 D 1D 0 21 61 55
Octal 376 335 264 0 15 35 0 41 141 125
Binary 11111110 11011101 10110100 0 1101 11101 0 100001 1100001 1010101

Color Harmonies of #FEDDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDB4

Black with #FEDDB4

Text Example


Text Example

White with #FEDDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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