Html Css Color HEX #FED3BD Tuft Bush

📋 copy color: '#FED3BD'

red 254 ◦ green 211 ◦ blue 189

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

Shades of Tuft Bush #FED3BD

Tints of Tuft Bush #FED3BD

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.26%

 BLUE value IS 189 (74.22% from 255) = 28.9%

R = 38.84%
G = 32.26%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FED3BD (or 0xFED3BD) is known color: Tuft Bush. HEX triplet: FE, D3 and BD. RGB value is (254,211,189). Sum of RGB (Red+Green+Blue) = 254+211+189=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 211 (82.81% from 255 or 32.26% from 654); Blue value is 189 (74.22% from 255 or 28.90% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED3BD is #012C42. Grayscale: #DDDDDD. Windows color (decimal): -76867 or 12440574. OLE color: 12440574.

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

Color convert

RGB 254 211 189 -
CMYK 0 0.17 0.26 0.00
HSL 20.31º 0.97% 0.87% -
HSV(B) 20.31º 0.26% 1% -
XYZ 73.35 71.33 58.05 -
YUV 221.35 109.75 151.29 -
System Red Green Blue C M Y K H S L
Decimal 254 211 189 0 0.17 0.26 0.00 20.31 0.97 0.87
Hex FE D3 BD 0 11 1A 0 14 61 57
Octal 376 323 275 0 21 32 0 24 141 127
Binary 11111110 11010011 10111101 0 10001 11010 0 10100 1100001 1010111

Color Harmonies of #FED3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED3BD

Black with #FED3BD

Text Example


Text Example

White with #FED3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED3BD; }

 p { color: rgb(254,211,189); }

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

background-color css

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

 a { background-color: rgb(254,211,189); }

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

border-color css

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

 span { border-color: rgb(254,211,189); }

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