Html Css Color HEX #FEA89A Rose Bud

📋 copy color: '#FEA89A'

red 254 ◦ green 168 ◦ blue 154

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

Shades of Rose Bud #FEA89A

Tints of Rose Bud #FEA89A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.17%

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

R = 44.1%
G = 29.17%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FEA89A (or 0xFEA89A) is known color: Rose Bud. HEX triplet: FE, A8 and 9A. RGB value is (254,168,154). Sum of RGB (Red+Green+Blue) = 254+168+154=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 168 (66.02% from 255 or 29.17% from 576); Blue value is 154 (60.55% from 255 or 26.74% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA89A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA89A is #015765. Grayscale: #C0C0C0. Windows color (decimal): -87910 or 10135806. OLE color: 10135806.

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

Color convert

RGB 254 168 154 -
CMYK 0 0.34 0.39 0.00
HSL 8.4º 0.98% 0.8% -
HSV(B) 8.4º 0.39% 1% -
XYZ 60.71 51.41 37.3 -
YUV 192.12 106.49 172.14 -
System Red Green Blue C M Y K H S L
Decimal 254 168 154 0 0.34 0.39 0.00 8.4 0.98 0.8
Hex FE A8 9A 0 22 27 0 8 62 50
Octal 376 250 232 0 42 47 0 10 142 120
Binary 11111110 10101000 10011010 0 100010 100111 0 1000 1100010 1010000

Color Harmonies of #FEA89A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA89A

Black with #FEA89A

Text Example


Text Example

White with #FEA89A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA89A; }

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

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

background-color css

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

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

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

border-color css

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

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

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