Html Css Color HEX #FED3C0 Tuft Bush

📋 copy color: '#FED3C0'

red 254 ◦ green 211 ◦ blue 192

#FED3C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tuft Bush #FED3C0

Tints of Tuft Bush #FED3C0

RGB

 RED value IS 254 (99.61% from 255) = 38.66%

 GREEN value IS 211 (82.81% from 255) = 32.12%

 BLUE value IS 192 (75.39% from 255) = 29.22%

R = 38.66%
G = 32.12%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#FED3C0 (or 0xFED3C0) is known color: Tuft Bush. HEX triplet: FE, D3 and C0. RGB value is (254,211,192). Sum of RGB (Red+Green+Blue) = 254+211+192=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 211 (82.81% from 255 or 32.12% from 657); Blue value is 192 (75.39% from 255 or 29.22% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED3C0 is #012C3F. Grayscale: #DDDDDD. Windows color (decimal): -76864 or 12637182. OLE color: 12637182.

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

Color convert

RGB 254 211 192 -
CMYK 0 0.17 0.24 0.00
HSL 18.39º 0.97% 0.87% -
HSV(B) 18.39º 0.24% 1% -
XYZ 73.68 71.47 59.78 -
YUV 221.69 111.25 151.04 -
System Red Green Blue C M Y K H S L
Decimal 254 211 192 0 0.17 0.24 0.00 18.39 0.97 0.87
Hex FE D3 C0 0 11 18 0 12 61 57
Octal 376 323 300 0 21 30 0 22 141 127
Binary 11111110 11010011 11000000 0 10001 11000 0 10010 1100001 1010111

Color Harmonies of #FED3C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED3C0

Black with #FED3C0

Text Example


Text Example

White with #FED3C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED3C0; }

 p { color: rgb(254,211,192); }

 H1.HeaderClassName
 {
   color: #FED3C0;
 }
 .AnyTagClassName
 {
   color: #FED3C0;
 }
</style>

background-color css

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

 a { background-color: rgb(254,211,192); }

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

border-color css

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

 span { border-color: rgb(254,211,192); }

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