Html Css Color HEX #FEA98C Rose Bud

📋 copy color: '#FEA98C'

red 254 ◦ green 169 ◦ blue 140

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

Shades of Rose Bud #FEA98C

Tints of Rose Bud #FEA98C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 24.87%

R = 45.12%
G = 30.02%
B = 24.87%

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

#FEA98C (or 0xFEA98C) is known color: Rose Bud. HEX triplet: FE, A9 and 8C. RGB value is (254,169,140). Sum of RGB (Red+Green+Blue) = 254+169+140=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 169 (66.41% from 255 or 30.02% from 563); Blue value is 140 (55.08% from 255 or 24.87% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA98C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA98C is #015673. Grayscale: #BFBFBF. Windows color (decimal): -87668 or 9218558. OLE color: 9218558.

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

Color convert

RGB 254 169 140 -
CMYK 0 0.33 0.45 0.00
HSL 15.26º 0.98% 0.77% -
HSV(B) 15.26º 0.45% 1% -
XYZ 59.79 51.34 31.57 -
YUV 191.11 99.16 172.86 -
System Red Green Blue C M Y K H S L
Decimal 254 169 140 0 0.33 0.45 0.00 15.26 0.98 0.77
Hex FE A9 8C 0 21 2D 0 F 62 4D
Octal 376 251 214 0 41 55 0 17 142 115
Binary 11111110 10101001 10001100 0 100001 101101 0 1111 1100010 1001101

Color Harmonies of #FEA98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA98C

Black with #FEA98C

Text Example


Text Example

White with #FEA98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA98C; }

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

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

background-color css

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

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

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

border-color css

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

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

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