#FED0C1

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

Shades of Tuft Bush #FED0C1

Tints of Tuft Bush #FED0C1

Color information

#FED0C1 (or 0xFED0C1) is unknown color: approx Tuft Bush. HEX triplet: FE, D0 and C1. RGB value is (254,208,193). Sum of RGB (Red+Green+Blue) = 254+208+193=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 208 (81.64% from 255 or 31.76% from 655); Blue value is 193 (75.78% from 255 or 29.47% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FED0C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED0C1 is #012F3E. Grayscale: #DCDCDC. Windows color (decimal): -77631 or 12701950. OLE color: 12701950.

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

Color convert

RGB254208193-
CMYK00.180.240.00
HSL14.75º96.83%87.65%-
HSV(B)14.75º24.02%99.61%-
XYZ73.0570.0360.12-
YUV220.04112.74152.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.78%
GREEN value IS 208 (81.64% from 255) = 31.76%
BLUE value IS 193 (75.78% from 255) = 29.47%
R=38.78%
G=31.76%
B=29.47%

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
Decimal25420819300.180.240.0014.7596.8387.65
HexFED0C1012180f6158
Octal37632030102230017141130
Binary111111101101000011000001010010110000111111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED0C1; }

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

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

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

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

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

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

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

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