Html Css Color HEX #FED6B2 Sandy Beach

📋 copy color: '#FED6B2'

red 254 ◦ green 214 ◦ blue 178

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

Shades of Sandy Beach #FED6B2

Tints of Sandy Beach #FED6B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 27.55%

R = 39.32%
G = 33.13%
B = 27.55%

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

#FED6B2 (or 0xFED6B2) is known color: Sandy Beach. HEX triplet: FE, D6 and B2. RGB value is (254,214,178). Sum of RGB (Red+Green+Blue) = 254+214+178=646 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.32% from 646); Green value is 214 (83.98% from 255 or 33.13% from 646); Blue value is 178 (69.92% from 255 or 27.55% from 646); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED6B2 is #01294D. Grayscale: #DEDEDE. Windows color (decimal): -76110 or 11720446. OLE color: 11720446.

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

Color convert

RGB 254 214 178 -
CMYK 0 0.16 0.30 0.00
HSL 28.42º 0.97% 0.85% -
HSV(B) 28.42º 0.3% 1% -
XYZ 72.96 72.38 52.24 -
YUV 221.86 103.25 150.93 -
System Red Green Blue C M Y K H S L
Decimal 254 214 178 0 0.16 0.30 0.00 28.42 0.97 0.85
Hex FE D6 B2 0 10 1E 0 1C 61 55
Octal 376 326 262 0 20 36 0 34 141 125
Binary 11111110 11010110 10110010 0 10000 11110 0 11100 1100001 1010101

Color Harmonies of #FED6B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED6B2

Black with #FED6B2

Text Example


Text Example

White with #FED6B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED6B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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