Html Css Color HEX #FED3C1 Tuft Bush

📋 copy color: '#FED3C1'

red 254 ◦ green 211 ◦ blue 193

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

Shades of Tuft Bush #FED3C1

Tints of Tuft Bush #FED3C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 29.33%

R = 38.6%
G = 32.07%
B = 29.33%

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

#FED3C1 (or 0xFED3C1) is known color: Tuft Bush. HEX triplet: FE, D3 and C1. RGB value is (254,211,193). Sum of RGB (Red+Green+Blue) = 254+211+193=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 211 (82.81% from 255 or 32.07% from 658); Blue value is 193 (75.78% from 255 or 29.33% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FED3C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED3C1 is #012C3E. Grayscale: #DDDDDD. Windows color (decimal): -76863 or 12702718. OLE color: 12702718.

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

Color convert

RGB 254 211 193 -
CMYK 0 0.17 0.24 0.00
HSL 17.7º 0.97% 0.88% -
HSV(B) 17.7º 0.24% 1% -
XYZ 73.79 71.51 60.37 -
YUV 221.81 111.75 150.96 -
System Red Green Blue C M Y K H S L
Decimal 254 211 193 0 0.17 0.24 0.00 17.7 0.97 0.88
Hex FE D3 C1 0 11 18 0 12 61 58
Octal 376 323 301 0 21 30 0 22 141 130
Binary 11111110 11010011 11000001 0 10001 11000 0 10010 1100001 1011000

Color Harmonies of #FED3C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED3C1

Black with #FED3C1

Text Example


Text Example

White with #FED3C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED3C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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