Html Css Color HEX #FEA19F Rose Bud

📋 copy color: '#FEA19F'

red 254 ◦ green 161 ◦ blue 159

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

Shades of Rose Bud #FEA19F

Tints of Rose Bud #FEA19F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 27.7%

R = 44.25%
G = 28.05%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FEA19F (or 0xFEA19F) is known color: Rose Bud. HEX triplet: FE, A1 and 9F. RGB value is (254,161,159). Sum of RGB (Red+Green+Blue) = 254+161+159=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 161 (63.28% from 255 or 28.05% from 574); Blue value is 159 (62.5% from 255 or 27.70% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA19F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA19F is #015E60. Grayscale: #BCBCBC. Windows color (decimal): -89697 or 10461694. OLE color: 10461694.

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

Color convert

RGB 254 161 159 -
CMYK 0 0.37 0.37 0.00
HSL 1.26º 0.98% 0.81% -
HSV(B) 1.26º 0.37% 1% -
XYZ 59.88 49.06 39.12 -
YUV 188.58 111.31 174.66 -
System Red Green Blue C M Y K H S L
Decimal 254 161 159 0 0.37 0.37 0.00 1.26 0.98 0.81
Hex FE A1 9F 0 25 25 0 1 62 51
Octal 376 241 237 0 45 45 0 1 142 121
Binary 11111110 10100001 10011111 0 100101 100101 0 1 1100010 1010001

Color Harmonies of #FEA19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA19F

Black with #FEA19F

Text Example


Text Example

White with #FEA19F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA19F; }

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

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

background-color css

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

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

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

border-color css

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

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

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