Html Css Color HEX #FEAD94 Rose Bud

📋 copy color: '#FEAD94'

red 254 ◦ green 173 ◦ blue 148

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

Shades of Rose Bud #FEAD94

Tints of Rose Bud #FEAD94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.74%

R = 44.17%
G = 30.09%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FEAD94 (or 0xFEAD94) is known color: Rose Bud. HEX triplet: FE, AD and 94. RGB value is (254,173,148). Sum of RGB (Red+Green+Blue) = 254+173+148=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 148 (58.20% from 255 or 25.74% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAD94 is #01526B. Grayscale: #C2C2C2. Windows color (decimal): -86636 or 9743870. OLE color: 9743870.

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

Color convert

RGB 254 173 148 -
CMYK 0 0.32 0.42 0.00
HSL 14.15º 0.98% 0.79% -
HSV(B) 14.15º 0.42% 1% -
XYZ 61.16 53.1 35.04 -
YUV 194.37 101.84 170.53 -
System Red Green Blue C M Y K H S L
Decimal 254 173 148 0 0.32 0.42 0.00 14.15 0.98 0.79
Hex FE AD 94 0 20 2A 0 E 62 4F
Octal 376 255 224 0 40 52 0 16 142 117
Binary 11111110 10101101 10010100 0 100000 101010 0 1110 1100010 1001111

Color Harmonies of #FEAD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD94

Black with #FEAD94

Text Example


Text Example

White with #FEAD94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD94; }

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

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

background-color css

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

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

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

border-color css

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

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

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