Html Css Color HEX #FEA790 Rose Bud

📋 copy color: '#FEA790'

red 254 ◦ green 167 ◦ blue 144

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

Shades of Rose Bud #FEA790

Tints of Rose Bud #FEA790

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.56%

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

R = 44.96%
G = 29.56%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FEA790 (or 0xFEA790) is known color: Rose Bud. HEX triplet: FE, A7 and 90. RGB value is (254,167,144). Sum of RGB (Red+Green+Blue) = 254+167+144=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 167 (65.62% from 255 or 29.56% from 565); Blue value is 144 (56.64% from 255 or 25.49% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA790 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA790 is #01586F. Grayscale: #BEBEBE. Windows color (decimal): -88176 or 9480190. OLE color: 9480190.

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

Color convert

RGB 254 167 144 -
CMYK 0 0.34 0.43 0.00
HSL 12.55º 0.98% 0.78% -
HSV(B) 12.55º 0.43% 1% -
XYZ 59.73 50.72 33.03 -
YUV 190.39 101.82 173.37 -
System Red Green Blue C M Y K H S L
Decimal 254 167 144 0 0.34 0.43 0.00 12.55 0.98 0.78
Hex FE A7 90 0 22 2B 0 D 62 4E
Octal 376 247 220 0 42 53 0 15 142 116
Binary 11111110 10100111 10010000 0 100010 101011 0 1101 1100010 1001110

Color Harmonies of #FEA790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA790

Black with #FEA790

Text Example


Text Example

White with #FEA790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA790; }

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

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

background-color css

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

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

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

border-color css

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

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

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