Html Css Color HEX #FEA990 Rose Bud

📋 copy color: '#FEA990'

red 254 ◦ green 169 ◦ blue 144

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

Shades of Rose Bud #FEA990

Tints of Rose Bud #FEA990

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.81%

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

R = 44.8%
G = 29.81%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FEA990 (or 0xFEA990) is known color: Rose Bud. HEX triplet: FE, A9 and 90. RGB value is (254,169,144). Sum of RGB (Red+Green+Blue) = 254+169+144=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 169 (66.41% from 255 or 29.81% from 567); Blue value is 144 (56.64% from 255 or 25.40% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA990 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA990 is #01566F. Grayscale: #BFBFBF. Windows color (decimal): -87664 or 9480702. OLE color: 9480702.

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

Color convert

RGB 254 169 144 -
CMYK 0 0.33 0.43 0.00
HSL 13.64º 0.98% 0.78% -
HSV(B) 13.64º 0.43% 1% -
XYZ 60.1 51.46 33.15 -
YUV 191.57 101.16 172.53 -
System Red Green Blue C M Y K H S L
Decimal 254 169 144 0 0.33 0.43 0.00 13.64 0.98 0.78
Hex FE A9 90 0 21 2B 0 E 62 4E
Octal 376 251 220 0 41 53 0 16 142 116
Binary 11111110 10101001 10010000 0 100001 101011 0 1110 1100010 1001110

Color Harmonies of #FEA990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA990

Black with #FEA990

Text Example


Text Example

White with #FEA990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA990; }

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

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

background-color css

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

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

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

border-color css

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

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

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