Html Css Color HEX #FEA98D Rose Bud

📋 copy color: '#FEA98D'

red 254 ◦ green 169 ◦ blue 141

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

Shades of Rose Bud #FEA98D

Tints of Rose Bud #FEA98D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25%

R = 45.04%
G = 29.96%
B = 25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FEA98D (or 0xFEA98D) is known color: Rose Bud. HEX triplet: FE, A9 and 8D. RGB value is (254,169,141). Sum of RGB (Red+Green+Blue) = 254+169+141=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 169 (66.41% from 255 or 29.96% from 564); Blue value is 141 (55.47% from 255 or 25% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA98D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA98D is #015672. Grayscale: #BFBFBF. Windows color (decimal): -87667 or 9284094. OLE color: 9284094.

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

Color convert

RGB 254 169 141 -
CMYK 0 0.33 0.44 0.00
HSL 14.87º 0.98% 0.77% -
HSV(B) 14.87º 0.44% 1% -
XYZ 59.87 51.37 31.96 -
YUV 191.22 99.66 172.78 -
System Red Green Blue C M Y K H S L
Decimal 254 169 141 0 0.33 0.44 0.00 14.87 0.98 0.77
Hex FE A9 8D 0 21 2C 0 F 62 4D
Octal 376 251 215 0 41 54 0 17 142 115
Binary 11111110 10101001 10001101 0 100001 101100 0 1111 1100010 1001101

Color Harmonies of #FEA98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA98D

Black with #FEA98D

Text Example


Text Example

White with #FEA98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA98D; }

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

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

background-color css

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

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

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

border-color css

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

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

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