Html Css Color HEX #FEA598 Rose Bud

📋 copy color: '#FEA598'

red 254 ◦ green 165 ◦ blue 152

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

Shades of Rose Bud #FEA598

Tints of Rose Bud #FEA598

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.9%

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

R = 44.48%
G = 28.9%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#FEA598 (or 0xFEA598) is known color: Rose Bud. HEX triplet: FE, A5 and 98. RGB value is (254,165,152). Sum of RGB (Red+Green+Blue) = 254+165+152=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 165 (64.84% from 255 or 28.90% from 571); Blue value is 152 (59.77% from 255 or 26.62% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA598 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA598 is #015A67. Grayscale: #BEBEBE. Windows color (decimal): -88680 or 10003966. OLE color: 10003966.

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

Color convert

RGB 254 165 152 -
CMYK 0 0.35 0.40 0.00
HSL 7.65º 0.98% 0.8% -
HSV(B) 7.65º 0.4% 1% -
XYZ 60 50.25 36.24 -
YUV 190.13 106.49 173.56 -
System Red Green Blue C M Y K H S L
Decimal 254 165 152 0 0.35 0.40 0.00 7.65 0.98 0.8
Hex FE A5 98 0 23 28 0 8 62 50
Octal 376 245 230 0 43 50 0 10 142 120
Binary 11111110 10100101 10011000 0 100011 101000 0 1000 1100010 1010000

Color Harmonies of #FEA598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA598

Black with #FEA598

Text Example


Text Example

White with #FEA598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA598; }

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

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

background-color css

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

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

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

border-color css

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

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

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