#fead96

Color #FEAD96 Rose Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud #FEAD96

Tints of Rose Bud #FEAD96

Color information

#FEAD96 (or 0xFEAD96) is unknown color: approx Rose Bud. HEX triplet: FE, AD and 96. RGB value is (254,173,150). Sum of RGB (Red+Green+Blue) = 254+173+150=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 173 (67.97% from 255 or 29.98% from 577); Blue value is 150 (58.98% from 255 or 26.00% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAD96 is #015269. Grayscale: #C2C2C2. Windows color (decimal): -86634 or 9874942. OLE color: 9874942.

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

Color convert

RGB254173150-
CMYK00.320.410.00
HSL13.27º98.11%79.22%-
HSV(B)13.27º40.94%99.61%-
XYZ61.3253.1635.88-
YUV194.6102.84170.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.02%
GREEN value IS 173 (67.97% from 255) = 29.98%
BLUE value IS 150 (58.98% from 255) = 26.00%
R=44.02%
G=29.98%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417315000.320.410.0013.2798.1179.22
HexFEAD96020290d624f
Octal37625522604051015142117
Binary11111110101011011001011001000001010010110111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fead96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fead96; }

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

 H1.HeaderClassName
 {
   color: #fead96;
 }
 .AnyTagClassName
 {
   color: #fead96;
 }
</style>
background-color css

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

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

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

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

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

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