Html Css Color HEX #FED4BC Tuft Bush

📋 copy color: '#FED4BC'

red 254 ◦ green 212 ◦ blue 188

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

Shades of Tuft Bush #FED4BC

Tints of Tuft Bush #FED4BC

RGB

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

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

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

R = 38.84%
G = 32.42%
B = 28.75%

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

#FED4BC (or 0xFED4BC) is known color: Tuft Bush. HEX triplet: FE, D4 and BC. RGB value is (254,212,188). Sum of RGB (Red+Green+Blue) = 254+212+188=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 212 (83.20% from 255 or 32.42% from 654); Blue value is 188 (73.83% from 255 or 28.75% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED4BC is #012B43. Grayscale: #DDDDDD. Windows color (decimal): -76612 or 12375294. OLE color: 12375294.

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

Color convert

RGB 254 212 188 -
CMYK 0 0.17 0.26 0.00
HSL 21.82º 0.97% 0.87% -
HSV(B) 21.82º 0.26% 1% -
XYZ 73.49 71.79 57.56 -
YUV 221.82 108.91 150.95 -
System Red Green Blue C M Y K H S L
Decimal 254 212 188 0 0.17 0.26 0.00 21.82 0.97 0.87
Hex FE D4 BC 0 11 1A 0 16 61 57
Octal 376 324 274 0 21 32 0 26 141 127
Binary 11111110 11010100 10111100 0 10001 11010 0 10110 1100001 1010111

Color Harmonies of #FED4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED4BC

Black with #FED4BC

Text Example


Text Example

White with #FED4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED4BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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