Html Css Color HEX #FED6BC Tuft Bush

📋 copy color: '#FED6BC'

red 254 ◦ green 214 ◦ blue 188

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

Shades of Tuft Bush #FED6BC

Tints of Tuft Bush #FED6BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 28.66%

R = 38.72%
G = 32.62%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FED6BC (or 0xFED6BC) is known color: Tuft Bush. HEX triplet: FE, D6 and BC. RGB value is (254,214,188). Sum of RGB (Red+Green+Blue) = 254+214+188=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 214 (83.98% from 255 or 32.62% from 656); Blue value is 188 (73.83% from 255 or 28.66% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED6BC is #012943. Grayscale: #DFDFDF. Windows color (decimal): -76100 or 12375806. OLE color: 12375806.

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

Color convert

RGB 254 214 188 -
CMYK 0 0.16 0.26 0.00
HSL 23.64º 0.97% 0.87% -
HSV(B) 23.64º 0.26% 1% -
XYZ 74 72.79 57.73 -
YUV 223 108.25 150.11 -
System Red Green Blue C M Y K H S L
Decimal 254 214 188 0 0.16 0.26 0.00 23.64 0.97 0.87
Hex FE D6 BC 0 10 1A 0 18 61 57
Octal 376 326 274 0 20 32 0 30 141 127
Binary 11111110 11010110 10111100 0 10000 11010 0 11000 1100001 1010111

Color Harmonies of #FED6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED6BC

Black with #FED6BC

Text Example


Text Example

White with #FED6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED6BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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