Html Css Color HEX #FEA99A Rose Bud

📋 copy color: '#FEA99A'

red 254 ◦ green 169 ◦ blue 154

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

Shades of Rose Bud #FEA99A

Tints of Rose Bud #FEA99A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.29%

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

R = 44.02%
G = 29.29%
B = 26.69%

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

#FEA99A (or 0xFEA99A) is known color: Rose Bud. HEX triplet: FE, A9 and 9A. RGB value is (254,169,154). Sum of RGB (Red+Green+Blue) = 254+169+154=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 169 (66.41% from 255 or 29.29% from 577); Blue value is 154 (60.55% from 255 or 26.69% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA99A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA99A is #015665. Grayscale: #C0C0C0. Windows color (decimal): -87654 or 10136062. OLE color: 10136062.

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

Color convert

RGB 254 169 154 -
CMYK 0 0.33 0.39 0.00
HSL 0.98% 0.8% -
HSV(B) 0.39% 1% -
XYZ 60.89 51.78 37.36 -
YUV 192.71 106.16 171.72 -
System Red Green Blue C M Y K H S L
Decimal 254 169 154 0 0.33 0.39 0.00 9 0.98 0.8
Hex FE A9 9A 0 21 27 0 9 62 50
Octal 376 251 232 0 41 47 0 11 142 120
Binary 11111110 10101001 10011010 0 100001 100111 0 1001 1100010 1010000

Color Harmonies of #FEA99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA99A

Black with #FEA99A

Text Example


Text Example

White with #FEA99A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA99A; }

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

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

background-color css

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

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

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

border-color css

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

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

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