Html Css Color HEX #FED2BD Tuft Bush

📋 copy color: '#FED2BD'

red 254 ◦ green 210 ◦ blue 189

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

Shades of Tuft Bush #FED2BD

Tints of Tuft Bush #FED2BD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.16%

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

R = 38.9%
G = 32.16%
B = 28.94%

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

#FED2BD (or 0xFED2BD) is known color: Tuft Bush. HEX triplet: FE, D2 and BD. RGB value is (254,210,189). Sum of RGB (Red+Green+Blue) = 254+210+189=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 210 (82.42% from 255 or 32.16% from 653); Blue value is 189 (74.22% from 255 or 28.94% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED2BD is #012D42. Grayscale: #DCDCDC. Windows color (decimal): -77123 or 12440318. OLE color: 12440318.

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

Color convert

RGB 254 210 189 -
CMYK 0 0.17 0.26 0.00
HSL 19.38º 0.97% 0.87% -
HSV(B) 19.38º 0.26% 1% -
XYZ 73.1 70.84 57.96 -
YUV 220.76 110.08 151.71 -
System Red Green Blue C M Y K H S L
Decimal 254 210 189 0 0.17 0.26 0.00 19.38 0.97 0.87
Hex FE D2 BD 0 11 1A 0 13 61 57
Octal 376 322 275 0 21 32 0 23 141 127
Binary 11111110 11010010 10111101 0 10001 11010 0 10011 1100001 1010111

Color Harmonies of #FED2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED2BD

Black with #FED2BD

Text Example


Text Example

White with #FED2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED2BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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