Html Css Color HEX #FEDFB6 Sandy Beach

📋 copy color: '#FEDFB6'

red 254 ◦ green 223 ◦ blue 182

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

Shades of Sandy Beach #FEDFB6

Tints of Sandy Beach #FEDFB6

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.84%

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

R = 38.54%
G = 33.84%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#FEDFB6 (or 0xFEDFB6) is known color: Sandy Beach. HEX triplet: FE, DF and B6. RGB value is (254,223,182). Sum of RGB (Red+Green+Blue) = 254+223+182=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 223 (87.5% from 255 or 33.84% from 659); Blue value is 182 (71.48% from 255 or 27.62% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFB6 is #012049. Grayscale: #E3E3E3. Windows color (decimal): -73802 or 11984894. OLE color: 11984894.

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

Color convert

RGB 254 223 182 -
CMYK 0 0.12 0.28 0.00
HSL 34.17º 0.97% 0.85% -
HSV(B) 34.17º 0.28% 1% -
XYZ 75.7 77.22 55.17 -
YUV 227.6 102.27 146.83 -
System Red Green Blue C M Y K H S L
Decimal 254 223 182 0 0.12 0.28 0.00 34.17 0.97 0.85
Hex FE DF B6 0 C 1C 0 22 61 55
Octal 376 337 266 0 14 34 0 42 141 125
Binary 11111110 11011111 10110110 0 1100 11100 0 100010 1100001 1010101

Color Harmonies of #FEDFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDFB6

Black with #FEDFB6

Text Example


Text Example

White with #FEDFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDFB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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