Html Css Color HEX #FEDFBA Sandy Beach

📋 copy color: '#FEDFBA'

red 254 ◦ green 223 ◦ blue 186

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

Shades of Sandy Beach #FEDFBA

Tints of Sandy Beach #FEDFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 28.05%

R = 38.31%
G = 33.63%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FEDFBA (or 0xFEDFBA) is known color: Sandy Beach. HEX triplet: FE, DF and BA. RGB value is (254,223,186). Sum of RGB (Red+Green+Blue) = 254+223+186=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 223 (87.5% from 255 or 33.63% from 663); Blue value is 186 (73.05% from 255 or 28.05% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEDFBA is #012045. Grayscale: #E4E4E4. Windows color (decimal): -73798 or 12247038. OLE color: 12247038.

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

Color convert

RGB 254 223 186 -
CMYK 0 0.12 0.27 0.00
HSL 32.65º 0.97% 0.86% -
HSV(B) 32.65º 0.27% 1% -
XYZ 76.12 77.39 57.38 -
YUV 228.05 104.27 146.51 -
System Red Green Blue C M Y K H S L
Decimal 254 223 186 0 0.12 0.27 0.00 32.65 0.97 0.86
Hex FE DF BA 0 C 1B 0 21 61 56
Octal 376 337 272 0 14 33 0 41 141 126
Binary 11111110 11011111 10111010 0 1100 11011 0 100001 1100001 1010110

Color Harmonies of #FEDFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDFBA

Black with #FEDFBA

Text Example


Text Example

White with #FEDFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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