Html Css Color HEX #FEAA8B Rose Bud

📋 copy color: '#FEAA8B'

red 254 ◦ green 170 ◦ blue 139

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

Shades of Rose Bud #FEAA8B

Tints of Rose Bud #FEAA8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 24.69%

R = 45.12%
G = 30.2%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FEAA8B (or 0xFEAA8B) is known color: Rose Bud. HEX triplet: FE, AA and 8B. RGB value is (254,170,139). Sum of RGB (Red+Green+Blue) = 254+170+139=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 139 (54.69% from 255 or 24.69% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAA8B is #015574. Grayscale: #BFBFBF. Windows color (decimal): -87413 or 9153278. OLE color: 9153278.

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

Color convert

RGB 254 170 139 -
CMYK 0 0.33 0.45 0.00
HSL 16.17º 0.98% 0.77% -
HSV(B) 16.17º 0.45% 1% -
XYZ 59.91 51.68 31.24 -
YUV 191.58 98.33 172.52 -
System Red Green Blue C M Y K H S L
Decimal 254 170 139 0 0.33 0.45 0.00 16.17 0.98 0.77
Hex FE AA 8B 0 21 2D 0 10 62 4D
Octal 376 252 213 0 41 55 0 20 142 115
Binary 11111110 10101010 10001011 0 100001 101101 0 10000 1100010 1001101

Color Harmonies of #FEAA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAA8B

Black with #FEAA8B

Text Example


Text Example

White with #FEAA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAA8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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