Html Css Color HEX #FEAD96 Rose Bud

📋 copy color: '#FEAD96'

red 254 ◦ green 173 ◦ blue 150

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

Shades of Rose Bud #FEAD96

Tints of Rose Bud #FEAD96

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%

R = 44.02%
G = 29.98%
B = 26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FEAD96 (or 0xFEAD96) is known color: 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

RGB 254 173 150 -
CMYK 0 0.32 0.41 0.00
HSL 13.27º 0.98% 0.79% -
HSV(B) 13.27º 0.41% 1% -
XYZ 61.32 53.16 35.88 -
YUV 194.6 102.84 170.37 -
System Red Green Blue C M Y K H S L
Decimal 254 173 150 0 0.32 0.41 0.00 13.27 0.98 0.79
Hex FE AD 96 0 20 29 0 D 62 4F
Octal 376 255 226 0 40 51 0 15 142 117
Binary 11111110 10101101 10010110 0 100000 101001 0 1101 1100010 1001111

Color Harmonies of #FEAD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD96

Black with #FEAD96

Text Example


Text Example

White with #FEAD96

Text Example


Text Example

HTML Codes & Css Web 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>