Html Css Color HEX #FEA391 Rose Bud

📋 copy color: '#FEA391'

red 254 ◦ green 163 ◦ blue 145

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

Shades of Rose Bud #FEA391

Tints of Rose Bud #FEA391

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29%

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

R = 45.2%
G = 29%
B = 25.8%

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

#FEA391 (or 0xFEA391) is known color: Rose Bud. HEX triplet: FE, A3 and 91. RGB value is (254,163,145). Sum of RGB (Red+Green+Blue) = 254+163+145=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 163 (64.06% from 255 or 29.00% from 562); Blue value is 145 (57.03% from 255 or 25.80% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA391 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA391 is #015C6E. Grayscale: #BCBCBC. Windows color (decimal): -89199 or 9544702. OLE color: 9544702.

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

Color convert

RGB 254 163 145 -
CMYK 0 0.36 0.43 0.00
HSL 9.91º 0.98% 0.78% -
HSV(B) 9.91º 0.43% 1% -
XYZ 59.08 49.31 33.19 -
YUV 188.16 103.65 174.96 -
System Red Green Blue C M Y K H S L
Decimal 254 163 145 0 0.36 0.43 0.00 9.91 0.98 0.78
Hex FE A3 91 0 24 2B 0 A 62 4E
Octal 376 243 221 0 44 53 0 12 142 116
Binary 11111110 10100011 10010001 0 100100 101011 0 1010 1100010 1001110

Color Harmonies of #FEA391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA391

Black with #FEA391

Text Example


Text Example

White with #FEA391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA391; }

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

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

background-color css

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

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

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

border-color css

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

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

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