Html Css Color HEX #FED4BD Tuft Bush

📋 copy color: '#FED4BD'

red 254 ◦ green 212 ◦ blue 189

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

Shades of Tuft Bush #FED4BD

Tints of Tuft Bush #FED4BD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.37%

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

R = 38.78%
G = 32.37%
B = 28.85%

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

#FED4BD (or 0xFED4BD) is known color: Tuft Bush. HEX triplet: FE, D4 and BD. RGB value is (254,212,189). Sum of RGB (Red+Green+Blue) = 254+212+189=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 212 (83.20% from 255 or 32.37% from 655); Blue value is 189 (74.22% from 255 or 28.85% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED4BD is #012B42. Grayscale: #DEDEDE. Windows color (decimal): -76611 or 12440830. OLE color: 12440830.

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

Color convert

RGB 254 212 189 -
CMYK 0 0.17 0.26 0.00
HSL 21.23º 0.97% 0.87% -
HSV(B) 21.23º 0.26% 1% -
XYZ 73.6 71.83 58.13 -
YUV 221.94 109.41 150.87 -
System Red Green Blue C M Y K H S L
Decimal 254 212 189 0 0.17 0.26 0.00 21.23 0.97 0.87
Hex FE D4 BD 0 11 1A 0 15 61 57
Octal 376 324 275 0 21 32 0 25 141 127
Binary 11111110 11010100 10111101 0 10001 11010 0 10101 1100001 1010111

Color Harmonies of #FED4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED4BD

Black with #FED4BD

Text Example


Text Example

White with #FED4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED4BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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