Html Css Color HEX #FED6B3 Sandy Beach

📋 copy color: '#FED6B3'

red 254 ◦ green 214 ◦ blue 179

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

Shades of Sandy Beach #FED6B3

Tints of Sandy Beach #FED6B3

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.08%

 BLUE value IS 179 (70.31% from 255) = 27.67%

R = 39.26%
G = 33.08%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FED6B3 (or 0xFED6B3) is known color: Sandy Beach. HEX triplet: FE, D6 and B3. RGB value is (254,214,179). Sum of RGB (Red+Green+Blue) = 254+214+179=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 214 (83.98% from 255 or 33.08% from 647); Blue value is 179 (70.31% from 255 or 27.67% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED6B3 is #01294C. Grayscale: #DEDEDE. Windows color (decimal): -76109 or 11785982. OLE color: 11785982.

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

Color convert

RGB 254 214 179 -
CMYK 0 0.16 0.30 0.00
HSL 28º 0.97% 0.85% -
HSV(B) 28º 0.3% 1% -
XYZ 73.06 72.42 52.78 -
YUV 221.97 103.75 150.85 -
System Red Green Blue C M Y K H S L
Decimal 254 214 179 0 0.16 0.30 0.00 28 0.97 0.85
Hex FE D6 B3 0 10 1E 0 1C 61 55
Octal 376 326 263 0 20 36 0 34 141 125
Binary 11111110 11010110 10110011 0 10000 11110 0 11100 1100001 1010101

Color Harmonies of #FED6B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED6B3

Black with #FED6B3

Text Example


Text Example

White with #FED6B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED6B3; }

 p { color: rgb(254,214,179); }

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

background-color css

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

 a { background-color: rgb(254,214,179); }

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

border-color css

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

 span { border-color: rgb(254,214,179); }

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