#FED4BF

Color #FED4BF Tuft Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tuft Bush #FED4BF

Tints of Tuft Bush #FED4BF

Color information

#FED4BF (or 0xFED4BF) is unknown color: approx Tuft Bush. HEX triplet: FE, D4 and BF. RGB value is (254,212,191). Sum of RGB (Red+Green+Blue) = 254+212+191=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 212 (83.20% from 255 or 32.27% from 657); Blue value is 191 (75% from 255 or 29.07% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED4BF is #012B40. Grayscale: #DEDEDE. Windows color (decimal): -76609 or 12571902. OLE color: 12571902.

HSL color Cylindrical-coordinate representation of color #FED4BF: hue angle of 20º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FED4BF is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB254212191-
CMYK00.170.250.00
HSL20º96.92%87.25%-
HSV(B)20º24.8%99.61%-
XYZ73.8271.9259.28-
YUV222.16110.41150.71-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.66%
GREEN value IS 212 (83.20% from 255) = 32.27%
BLUE value IS 191 (75% from 255) = 29.07%
R=38.66%
G=32.27%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421219100.170.250.002096.9287.25
HexFED4BF011190146157
Octal37632427702131024141127
Binary1111111011010100101111110100011100101010011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED4BF; }

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

 H1.HeaderClassName
 {
   color: #FED4BF;
 }
 .AnyTagClassName
 {
   color: #FED4BF;
 }
</style>
background-color css

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

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

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

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

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

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