Html Css Color HEX #FEAD85 Tacao

📋 copy color: '#FEAD85'

red 254 ◦ green 173 ◦ blue 133

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

Shades of Tacao #FEAD85

Tints of Tacao #FEAD85

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.89%

 BLUE value IS 133 (52.34% from 255) = 23.75%

R = 45.36%
G = 30.89%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FEAD85 (or 0xFEAD85) is known color: Tacao. HEX triplet: FE, AD and 85. RGB value is (254,173,133). Sum of RGB (Red+Green+Blue) = 254+173+133=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 133 (52.34% from 255 or 23.75% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAD85 is #01527A. Grayscale: #C0C0C0. Windows color (decimal): -86651 or 8760830. OLE color: 8760830.

HSL color Cylindrical-coordinate representation of color #FEAD85: hue angle of 19.83º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FEAD85 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 173 133 -
CMYK 0 0.32 0.48 0.00
HSL 19.83º 0.98% 0.76% -
HSV(B) 19.83º 0.48% 1% -
XYZ 60.05 52.65 29.19 -
YUV 192.66 94.34 171.75 -
System Red Green Blue C M Y K H S L
Decimal 254 173 133 0 0.32 0.48 0.00 19.83 0.98 0.76
Hex FE AD 85 0 20 30 0 14 62 4C
Octal 376 255 205 0 40 60 0 24 142 114
Binary 11111110 10101101 10000101 0 100000 110000 0 10100 1100010 1001100

Color Harmonies of #FEAD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD85

Black with #FEAD85

Text Example


Text Example

White with #FEAD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD85; }

 p { color: rgb(254,173,133); }

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

background-color css

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

 a { background-color: rgb(254,173,133); }

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

border-color css

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

 span { border-color: rgb(254,173,133); }

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