Html Css Color HEX #FEA296 Rose Bud

📋 copy color: '#FEA296'

red 254 ◦ green 162 ◦ blue 150

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

Shades of Rose Bud #FEA296

Tints of Rose Bud #FEA296

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.62%

 BLUE value IS 150 (58.98% from 255) = 26.5%

R = 44.88%
G = 28.62%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FEA296 (or 0xFEA296) is known color: Rose Bud. HEX triplet: FE, A2 and 96. RGB value is (254,162,150). Sum of RGB (Red+Green+Blue) = 254+162+150=566 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.88% from 566); Green value is 162 (63.67% from 255 or 28.62% from 566); Blue value is 150 (58.98% from 255 or 26.50% from 566); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA296 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA296 is #015D69. Grayscale: #BCBCBC. Windows color (decimal): -89450 or 9872126. OLE color: 9872126.

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

Color convert

RGB 254 162 150 -
CMYK 0 0.36 0.41 0.00
HSL 6.92º 0.98% 0.79% -
HSV(B) 6.92º 0.41% 1% -
XYZ 59.3 49.11 35.21 -
YUV 188.14 106.48 174.98 -
System Red Green Blue C M Y K H S L
Decimal 254 162 150 0 0.36 0.41 0.00 6.92 0.98 0.79
Hex FE A2 96 0 24 29 0 7 62 4F
Octal 376 242 226 0 44 51 0 7 142 117
Binary 11111110 10100010 10010110 0 100100 101001 0 111 1100010 1001111

Color Harmonies of #FEA296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA296

Black with #FEA296

Text Example


Text Example

White with #FEA296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA296; }

 p { color: rgb(254,162,150); }

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

background-color css

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

 a { background-color: rgb(254,162,150); }

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

border-color css

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

 span { border-color: rgb(254,162,150); }

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