Html Css Color HEX #FEAD9D Rose Bud

📋 copy color: '#FEAD9D'

red 254 ◦ green 173 ◦ blue 157

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

Shades of Rose Bud #FEAD9D

Tints of Rose Bud #FEAD9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 26.88%

R = 43.49%
G = 29.62%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FEAD9D (or 0xFEAD9D) is known color: Rose Bud. HEX triplet: FE, AD and 9D. RGB value is (254,173,157). Sum of RGB (Red+Green+Blue) = 254+173+157=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 173 (67.97% from 255 or 29.62% from 584); Blue value is 157 (61.72% from 255 or 26.88% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAD9D is #015262. Grayscale: #C3C3C3. Windows color (decimal): -86627 or 10333694. OLE color: 10333694.

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

Color convert

RGB 254 173 157 -
CMYK 0 0.32 0.38 0.00
HSL 9.9º 0.98% 0.81% -
HSV(B) 9.9º 0.38% 1% -
XYZ 61.9 53.39 38.94 -
YUV 195.4 106.34 169.8 -
System Red Green Blue C M Y K H S L
Decimal 254 173 157 0 0.32 0.38 0.00 9.9 0.98 0.81
Hex FE AD 9D 0 20 26 0 A 62 51
Octal 376 255 235 0 40 46 0 12 142 121
Binary 11111110 10101101 10011101 0 100000 100110 0 1010 1100010 1010001

Color Harmonies of #FEAD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD9D

Black with #FEAD9D

Text Example


Text Example

White with #FEAD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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