Html Css Color HEX #FEA291 Rose Bud

📋 copy color: '#FEA291'

red 254 ◦ green 162 ◦ blue 145

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

Shades of Rose Bud #FEA291

Tints of Rose Bud #FEA291

RGB

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

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

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

R = 45.28%
G = 28.88%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FEA291 (or 0xFEA291) is known color: Rose Bud. HEX triplet: FE, A2 and 91. RGB value is (254,162,145). Sum of RGB (Red+Green+Blue) = 254+162+145=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 162 (63.67% from 255 or 28.88% from 561); Blue value is 145 (57.03% from 255 or 25.85% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA291 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA291 is #015D6E. Grayscale: #BBBBBB. Windows color (decimal): -89455 or 9544446. OLE color: 9544446.

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

Color convert

RGB 254 162 145 -
CMYK 0 0.36 0.43 0.00
HSL 9.36º 0.98% 0.78% -
HSV(B) 9.36º 0.43% 1% -
XYZ 58.9 48.96 33.13 -
YUV 187.57 103.98 175.38 -
System Red Green Blue C M Y K H S L
Decimal 254 162 145 0 0.36 0.43 0.00 9.36 0.98 0.78
Hex FE A2 91 0 24 2B 0 9 62 4E
Octal 376 242 221 0 44 53 0 11 142 116
Binary 11111110 10100010 10010001 0 100100 101011 0 1001 1100010 1001110

Color Harmonies of #FEA291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA291

Black with #FEA291

Text Example


Text Example

White with #FEA291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA291; }

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

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

background-color css

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

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

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

border-color css

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

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

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