Html Css Color HEX #FEA298 Rose Bud

📋 copy color: '#FEA298'

red 254 ◦ green 162 ◦ blue 152

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

Shades of Rose Bud #FEA298

Tints of Rose Bud #FEA298

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.52%

 BLUE value IS 152 (59.77% from 255) = 26.76%

R = 44.72%
G = 28.52%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#FEA298 (or 0xFEA298) is known color: Rose Bud. HEX triplet: FE, A2 and 98. RGB value is (254,162,152). Sum of RGB (Red+Green+Blue) = 254+162+152=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 162 (63.67% from 255 or 28.52% from 568); Blue value is 152 (59.77% from 255 or 26.76% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA298 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA298 is #015D67. Grayscale: #BCBCBC. Windows color (decimal): -89448 or 10003198. OLE color: 10003198.

HSL color Cylindrical-coordinate representation of color #FEA298: hue angle of 5.88º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FEA298 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 162 152 -
CMYK 0 0.36 0.40 0.00
HSL 5.88º 0.98% 0.8% -
HSV(B) 5.88º 0.4% 1% -
XYZ 59.46 49.18 36.06 -
YUV 188.37 107.48 174.81 -
System Red Green Blue C M Y K H S L
Decimal 254 162 152 0 0.36 0.40 0.00 5.88 0.98 0.8
Hex FE A2 98 0 24 28 0 6 62 50
Octal 376 242 230 0 44 50 0 6 142 120
Binary 11111110 10100010 10011000 0 100100 101000 0 110 1100010 1010000

Color Harmonies of #FEA298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA298

Black with #FEA298

Text Example


Text Example

White with #FEA298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA298; }

 p { color: rgb(254,162,152); }

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

background-color css

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

 a { background-color: rgb(254,162,152); }

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

border-color css

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

 span { border-color: rgb(254,162,152); }

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