#FED4C3

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

Shades of Tuft Bush #FED4C3

Tints of Tuft Bush #FED4C3

Color information

#FED4C3 (or 0xFED4C3) is unknown color: approx Tuft Bush. HEX triplet: FE, D4 and C3. RGB value is (254,212,195). Sum of RGB (Red+Green+Blue) = 254+212+195=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 212 (83.20% from 255 or 32.07% from 661); Blue value is 195 (76.56% from 255 or 29.50% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED4C3 is #012B3C. Grayscale: #DEDEDE. Windows color (decimal): -76605 or 12834046. OLE color: 12834046.

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

Color convert

RGB254212195-
CMYK00.170.230.00
HSL17.29º96.72%88.04%-
HSV(B)17.29º23.23%99.61%-
XYZ74.2772.161.63-
YUV222.62112.41150.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.43%
GREEN value IS 212 (83.20% from 255) = 32.07%
BLUE value IS 195 (76.56% from 255) = 29.50%
R=38.43%
G=32.07%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25421219500.170.230.0017.2996.7288.04
HexFED4C3011170116158
Octal37632430302127021141130
Binary1111111011010100110000110100011011101000111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED4C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED4C3; }

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

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

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

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

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

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

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

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