#FED4C1

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

Shades of Tuft Bush #FED4C1

Tints of Tuft Bush #FED4C1

Color information

#FED4C1 (or 0xFED4C1) is unknown color: approx Tuft Bush. HEX triplet: FE, D4 and C1. RGB value is (254,212,193). Sum of RGB (Red+Green+Blue) = 254+212+193=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 212 (83.20% from 255 or 32.17% from 659); Blue value is 193 (75.78% from 255 or 29.29% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED4C1 is #012B3E. Grayscale: #DEDEDE. Windows color (decimal): -76607 or 12702974. OLE color: 12702974.

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

Color convert

RGB254212193-
CMYK00.170.240.00
HSL18.69º96.83%87.65%-
HSV(B)18.69º24.02%99.61%-
XYZ74.0472.0160.45-
YUV222.39111.41150.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.54%
GREEN value IS 212 (83.20% from 255) = 32.17%
BLUE value IS 193 (75.78% from 255) = 29.29%
R=38.54%
G=32.17%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421219300.170.240.0018.6996.8387.65
HexFED4C1011180136158
Octal37632430102130023141130
Binary1111111011010100110000010100011100001001111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED4C1; }

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

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

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

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

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

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

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

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