Html Css Color HEX #FEA591 Rose Bud

📋 copy color: '#FEA591'

red 254 ◦ green 165 ◦ blue 145

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

Shades of Rose Bud #FEA591

Tints of Rose Bud #FEA591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 25.71%

R = 45.04%
G = 29.26%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FEA591 (or 0xFEA591) is known color: Rose Bud. HEX triplet: FE, A5 and 91. RGB value is (254,165,145). Sum of RGB (Red+Green+Blue) = 254+165+145=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 165 (64.84% from 255 or 29.26% from 564); Blue value is 145 (57.03% from 255 or 25.71% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA591 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA591 is #015A6E. Grayscale: #BDBDBD. Windows color (decimal): -88687 or 9545214. OLE color: 9545214.

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

Color convert

RGB 254 165 145 -
CMYK 0 0.35 0.43 0.00
HSL 11.01º 0.98% 0.78% -
HSV(B) 11.01º 0.43% 1% -
XYZ 59.44 50.03 33.31 -
YUV 189.33 102.99 174.13 -
System Red Green Blue C M Y K H S L
Decimal 254 165 145 0 0.35 0.43 0.00 11.01 0.98 0.78
Hex FE A5 91 0 23 2B 0 B 62 4E
Octal 376 245 221 0 43 53 0 13 142 116
Binary 11111110 10100101 10010001 0 100011 101011 0 1011 1100010 1001110

Color Harmonies of #FEA591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA591

Black with #FEA591

Text Example


Text Example

White with #FEA591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA591; }

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

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

background-color css

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

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

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

border-color css

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

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

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