Html Css Color HEX #FEAA9A Rose Bud

📋 copy color: '#FEAA9A'

red 254 ◦ green 170 ◦ blue 154

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

Shades of Rose Bud #FEAA9A

Tints of Rose Bud #FEAA9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 26.64%

R = 43.94%
G = 29.41%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FEAA9A (or 0xFEAA9A) is known color: Rose Bud. HEX triplet: FE, AA and 9A. RGB value is (254,170,154). Sum of RGB (Red+Green+Blue) = 254+170+154=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 170 (66.80% from 255 or 29.41% from 578); Blue value is 154 (60.55% from 255 or 26.64% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAA9A is #015565. Grayscale: #C1C1C1. Windows color (decimal): -87398 or 10136318. OLE color: 10136318.

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

Color convert

RGB 254 170 154 -
CMYK 0 0.33 0.39 0.00
HSL 9.6º 0.98% 0.8% -
HSV(B) 9.6º 0.39% 1% -
XYZ 61.08 52.15 37.42 -
YUV 193.29 105.83 171.3 -
System Red Green Blue C M Y K H S L
Decimal 254 170 154 0 0.33 0.39 0.00 9.6 0.98 0.8
Hex FE AA 9A 0 21 27 0 A 62 50
Octal 376 252 232 0 41 47 0 12 142 120
Binary 11111110 10101010 10011010 0 100001 100111 0 1010 1100010 1010000

Color Harmonies of #FEAA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAA9A

Black with #FEAA9A

Text Example


Text Example

White with #FEAA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAA9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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