#FED1C2

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

Shades of Tuft Bush #FED1C2

Tints of Tuft Bush #FED1C2

Color information

#FED1C2 (or 0xFED1C2) is unknown color: approx Tuft Bush. HEX triplet: FE, D1 and C2. RGB value is (254,209,194). Sum of RGB (Red+Green+Blue) = 254+209+194=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 209 (82.03% from 255 or 31.81% from 657); Blue value is 194 (76.17% from 255 or 29.53% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FED1C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED1C2 is #012E3D. Grayscale: #DCDCDC. Windows color (decimal): -77374 or 12767742. OLE color: 12767742.

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

Color convert

RGB254209194-
CMYK00.180.240.00
HSL15º96.77%87.84%-
HSV(B)15º23.62%99.61%-
XYZ73.4170.5760.79-
YUV220.74112.91151.72-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.66%
GREEN value IS 209 (82.03% from 255) = 31.81%
BLUE value IS 194 (76.17% from 255) = 29.53%
R=38.66%
G=31.81%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420919400.180.240.001596.7787.84
HexFED1C2012180f6158
Octal37632130202230017141130
Binary111111101101000111000010010010110000111111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED1C2; }

 p { color: rgb(254,209,194); }

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

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

 a { background-color: rgb(254,209,194); }

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

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

 span { border-color: rgb(254,209,194); }

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