Html Css Color HEX #FEAD92 Rose Bud

📋 copy color: '#FEAD92'

red 254 ◦ green 173 ◦ blue 146

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

Shades of Rose Bud #FEAD92

Tints of Rose Bud #FEAD92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 25.48%

R = 44.33%
G = 30.19%
B = 25.48%

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

#FEAD92 (or 0xFEAD92) is known color: Rose Bud. HEX triplet: FE, AD and 92. RGB value is (254,173,146). Sum of RGB (Red+Green+Blue) = 254+173+146=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 146 (57.42% from 255 or 25.48% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAD92 is #01526D. Grayscale: #C2C2C2. Windows color (decimal): -86638 or 9612798. OLE color: 9612798.

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

Color convert

RGB 254 173 146 -
CMYK 0 0.32 0.43 0.00
HSL 15º 0.98% 0.78% -
HSV(B) 15º 0.43% 1% -
XYZ 61 53.03 34.22 -
YUV 194.14 100.84 170.7 -
System Red Green Blue C M Y K H S L
Decimal 254 173 146 0 0.32 0.43 0.00 15 0.98 0.78
Hex FE AD 92 0 20 2B 0 F 62 4E
Octal 376 255 222 0 40 53 0 17 142 116
Binary 11111110 10101101 10010010 0 100000 101011 0 1111 1100010 1001110

Color Harmonies of #FEAD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD92

Black with #FEAD92

Text Example


Text Example

White with #FEAD92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD92; }

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

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

background-color css

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

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

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

border-color css

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

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

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