Html Css Color HEX #FEAD9A Rose Bud

📋 copy color: '#FEAD9A'

red 254 ◦ green 173 ◦ blue 154

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

Shades of Rose Bud #FEAD9A

Tints of Rose Bud #FEAD9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 26.51%

R = 43.72%
G = 29.78%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FEAD9A (or 0xFEAD9A) is known color: Rose Bud. HEX triplet: FE, AD and 9A. RGB value is (254,173,154). Sum of RGB (Red+Green+Blue) = 254+173+154=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 173 (67.97% from 255 or 29.78% from 581); Blue value is 154 (60.55% from 255 or 26.51% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAD9A is #015265. Grayscale: #C3C3C3. Windows color (decimal): -86630 or 10137086. OLE color: 10137086.

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

Color convert

RGB 254 173 154 -
CMYK 0 0.32 0.39 0.00
HSL 11.4º 0.98% 0.8% -
HSV(B) 11.4º 0.39% 1% -
XYZ 61.65 53.29 37.61 -
YUV 195.05 104.84 170.04 -
System Red Green Blue C M Y K H S L
Decimal 254 173 154 0 0.32 0.39 0.00 11.4 0.98 0.8
Hex FE AD 9A 0 20 27 0 B 62 50
Octal 376 255 232 0 40 47 0 13 142 120
Binary 11111110 10101101 10011010 0 100000 100111 0 1011 1100010 1010000

Color Harmonies of #FEAD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD9A

Black with #FEAD9A

Text Example


Text Example

White with #FEAD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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