Html Css Color HEX #FED0BD Tuft Bush

📋 copy color: '#FED0BD'

red 254 ◦ green 208 ◦ blue 189

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

Shades of Tuft Bush #FED0BD

Tints of Tuft Bush #FED0BD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.95%

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

R = 39.02%
G = 31.95%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FED0BD (or 0xFED0BD) is known color: Tuft Bush. HEX triplet: FE, D0 and BD. RGB value is (254,208,189). Sum of RGB (Red+Green+Blue) = 254+208+189=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 208 (81.64% from 255 or 31.95% from 651); Blue value is 189 (74.22% from 255 or 29.03% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED0BD is #012F42. Grayscale: #DBDBDB. Windows color (decimal): -77635 or 12439806. OLE color: 12439806.

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

Color convert

RGB 254 208 189 -
CMYK 0 0.18 0.26 0.00
HSL 17.54º 0.97% 0.87% -
HSV(B) 17.54º 0.26% 1% -
XYZ 72.61 69.86 57.8 -
YUV 219.59 110.74 152.54 -
System Red Green Blue C M Y K H S L
Decimal 254 208 189 0 0.18 0.26 0.00 17.54 0.97 0.87
Hex FE D0 BD 0 12 1A 0 12 61 57
Octal 376 320 275 0 22 32 0 22 141 127
Binary 11111110 11010000 10111101 0 10010 11010 0 10010 1100001 1010111

Color Harmonies of #FED0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED0BD

Black with #FED0BD

Text Example


Text Example

White with #FED0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED0BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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