Html Css Color HEX #FEAD91 Rose Bud

📋 copy color: '#FEAD91'

red 254 ◦ green 173 ◦ blue 145

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

Shades of Rose Bud #FEAD91

Tints of Rose Bud #FEAD91

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.24%

 BLUE value IS 145 (57.03% from 255) = 25.35%

R = 44.41%
G = 30.24%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FEAD91 (or 0xFEAD91) is known color: Rose Bud. HEX triplet: FE, AD and 91. RGB value is (254,173,145). Sum of RGB (Red+Green+Blue) = 254+173+145=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 145 (57.03% from 255 or 25.35% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAD91 is #01526E. Grayscale: #C2C2C2. Windows color (decimal): -86639 or 9547262. OLE color: 9547262.

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

Color convert

RGB 254 173 145 -
CMYK 0 0.32 0.43 0.00
HSL 15.41º 0.98% 0.78% -
HSV(B) 15.41º 0.43% 1% -
XYZ 60.93 53 33.81 -
YUV 194.03 100.34 170.78 -
System Red Green Blue C M Y K H S L
Decimal 254 173 145 0 0.32 0.43 0.00 15.41 0.98 0.78
Hex FE AD 91 0 20 2B 0 F 62 4E
Octal 376 255 221 0 40 53 0 17 142 116
Binary 11111110 10101101 10010001 0 100000 101011 0 1111 1100010 1001110

Color Harmonies of #FEAD91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD91

Black with #FEAD91

Text Example


Text Example

White with #FEAD91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD91; }

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

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

background-color css

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

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

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

border-color css

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

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

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