Html Css Color HEX #FEA896 Rose Bud

📋 copy color: '#FEA896'

red 254 ◦ green 168 ◦ blue 150

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

Shades of Rose Bud #FEA896

Tints of Rose Bud #FEA896

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.37%

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

R = 44.41%
G = 29.37%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FEA896 (or 0xFEA896) is known color: Rose Bud. HEX triplet: FE, A8 and 96. RGB value is (254,168,150). Sum of RGB (Red+Green+Blue) = 254+168+150=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 168 (66.02% from 255 or 29.37% from 572); Blue value is 150 (58.98% from 255 or 26.22% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA896 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA896 is #015769. Grayscale: #BFBFBF. Windows color (decimal): -87914 or 9873662. OLE color: 9873662.

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

Color convert

RGB 254 168 150 -
CMYK 0 0.34 0.41 0.00
HSL 10.38º 0.98% 0.79% -
HSV(B) 10.38º 0.41% 1% -
XYZ 60.38 51.28 35.57 -
YUV 191.66 104.49 172.46 -
System Red Green Blue C M Y K H S L
Decimal 254 168 150 0 0.34 0.41 0.00 10.38 0.98 0.79
Hex FE A8 96 0 22 29 0 A 62 4F
Octal 376 250 226 0 42 51 0 12 142 117
Binary 11111110 10101000 10010110 0 100010 101001 0 1010 1100010 1001111

Color Harmonies of #FEA896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA896

Black with #FEA896

Text Example


Text Example

White with #FEA896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA896; }

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

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

background-color css

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

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

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

border-color css

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

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

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