Html Css Color HEX #FEA390 Rose Bud

📋 copy color: '#FEA390'

red 254 ◦ green 163 ◦ blue 144

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

Shades of Rose Bud #FEA390

Tints of Rose Bud #FEA390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 25.67%

R = 45.28%
G = 29.06%
B = 25.67%

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

#FEA390 (or 0xFEA390) is known color: Rose Bud. HEX triplet: FE, A3 and 90. RGB value is (254,163,144). Sum of RGB (Red+Green+Blue) = 254+163+144=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 163 (64.06% from 255 or 29.06% from 561); Blue value is 144 (56.64% from 255 or 25.67% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA390 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA390 is #015C6F. Grayscale: #BCBCBC. Windows color (decimal): -89200 or 9479166. OLE color: 9479166.

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

Color convert

RGB 254 163 144 -
CMYK 0 0.36 0.43 0.00
HSL 10.36º 0.98% 0.78% -
HSV(B) 10.36º 0.43% 1% -
XYZ 59 49.28 32.79 -
YUV 188.04 103.15 175.04 -
System Red Green Blue C M Y K H S L
Decimal 254 163 144 0 0.36 0.43 0.00 10.36 0.98 0.78
Hex FE A3 90 0 24 2B 0 A 62 4E
Octal 376 243 220 0 44 53 0 12 142 116
Binary 11111110 10100011 10010000 0 100100 101011 0 1010 1100010 1001110

Color Harmonies of #FEA390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA390

Black with #FEA390

Text Example


Text Example

White with #FEA390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA390; }

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

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

background-color css

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

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

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

border-color css

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

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

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