Html Css Color HEX #FEA19B Rose Bud

📋 copy color: '#FEA19B'

red 254 ◦ green 161 ◦ blue 155

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

Shades of Rose Bud #FEA19B

Tints of Rose Bud #FEA19B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.25%

 BLUE value IS 155 (60.94% from 255) = 27.19%

R = 44.56%
G = 28.25%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FEA19B (or 0xFEA19B) is known color: Rose Bud. HEX triplet: FE, A1 and 9B. RGB value is (254,161,155). Sum of RGB (Red+Green+Blue) = 254+161+155=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 161 (63.28% from 255 or 28.25% from 570); Blue value is 155 (60.94% from 255 or 27.19% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA19B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA19B is #015E64. Grayscale: #BCBCBC. Windows color (decimal): -89701 or 10199550. OLE color: 10199550.

HSL color Cylindrical-coordinate representation of color #FEA19B: hue angle of 3.64º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FEA19B is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 161 155 -
CMYK 0 0.37 0.39 0.00
HSL 3.64º 0.98% 0.8% -
HSV(B) 3.64º 0.39% 1% -
XYZ 59.53 48.93 37.32 -
YUV 188.12 109.31 174.99 -
System Red Green Blue C M Y K H S L
Decimal 254 161 155 0 0.37 0.39 0.00 3.64 0.98 0.8
Hex FE A1 9B 0 25 27 0 4 62 50
Octal 376 241 233 0 45 47 0 4 142 120
Binary 11111110 10100001 10011011 0 100101 100111 0 100 1100010 1010000

Color Harmonies of #FEA19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA19B

Black with #FEA19B

Text Example


Text Example

White with #FEA19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA19B; }

 p { color: rgb(254,161,155); }

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

background-color css

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

 a { background-color: rgb(254,161,155); }

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

border-color css

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

 span { border-color: rgb(254,161,155); }

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