Html Css Color HEX #FEAD9F Rose Bud

📋 copy color: '#FEAD9F'

red 254 ◦ green 173 ◦ blue 159

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

Shades of Rose Bud #FEAD9F

Tints of Rose Bud #FEAD9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 27.13%

R = 43.34%
G = 29.52%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FEAD9F (or 0xFEAD9F) is known color: Rose Bud. HEX triplet: FE, AD and 9F. RGB value is (254,173,159). Sum of RGB (Red+Green+Blue) = 254+173+159=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 159 (62.5% from 255 or 27.13% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAD9F is #015260. Grayscale: #C3C3C3. Windows color (decimal): -86625 or 10464766. OLE color: 10464766.

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

Color convert

RGB 254 173 159 -
CMYK 0 0.32 0.37 0.00
HSL 8.84º 0.98% 0.81% -
HSV(B) 8.84º 0.37% 1% -
XYZ 62.07 53.46 39.85 -
YUV 195.62 107.34 169.64 -
System Red Green Blue C M Y K H S L
Decimal 254 173 159 0 0.32 0.37 0.00 8.84 0.98 0.81
Hex FE AD 9F 0 20 25 0 9 62 51
Octal 376 255 237 0 40 45 0 11 142 121
Binary 11111110 10101101 10011111 0 100000 100101 0 1001 1100010 1010001

Color Harmonies of #FEAD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD9F

Black with #FEAD9F

Text Example


Text Example

White with #FEAD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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