Html Css Color HEX #FEAA90 Rose Bud

📋 copy color: '#FEAA90'

red 254 ◦ green 170 ◦ blue 144

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

Shades of Rose Bud #FEAA90

Tints of Rose Bud #FEAA90

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.93%

 BLUE value IS 144 (56.64% from 255) = 25.35%

R = 44.72%
G = 29.93%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FEAA90 (or 0xFEAA90) is known color: Rose Bud. HEX triplet: FE, AA and 90. RGB value is (254,170,144). Sum of RGB (Red+Green+Blue) = 254+170+144=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 144 (56.64% from 255 or 25.35% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAA90 is #01556F. Grayscale: #C0C0C0. Windows color (decimal): -87408 or 9480958. OLE color: 9480958.

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

Color convert

RGB 254 170 144 -
CMYK 0 0.33 0.43 0.00
HSL 14.18º 0.98% 0.78% -
HSV(B) 14.18º 0.43% 1% -
XYZ 60.28 51.83 33.21 -
YUV 192.15 100.83 172.11 -
System Red Green Blue C M Y K H S L
Decimal 254 170 144 0 0.33 0.43 0.00 14.18 0.98 0.78
Hex FE AA 90 0 21 2B 0 E 62 4E
Octal 376 252 220 0 41 53 0 16 142 116
Binary 11111110 10101010 10010000 0 100001 101011 0 1110 1100010 1001110

Color Harmonies of #FEAA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAA90

Black with #FEAA90

Text Example


Text Example

White with #FEAA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAA90; }

 p { color: rgb(254,170,144); }

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

background-color css

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

 a { background-color: rgb(254,170,144); }

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

border-color css

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

 span { border-color: rgb(254,170,144); }

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