Html Css Color HEX #FEA99D Rose Bud

📋 copy color: '#FEA99D'

red 254 ◦ green 169 ◦ blue 157

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

Shades of Rose Bud #FEA99D

Tints of Rose Bud #FEA99D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.14%

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

R = 43.79%
G = 29.14%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FEA99D (or 0xFEA99D) is known color: Rose Bud. HEX triplet: FE, A9 and 9D. RGB value is (254,169,157). Sum of RGB (Red+Green+Blue) = 254+169+157=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 169 (66.41% from 255 or 29.14% from 580); Blue value is 157 (61.72% from 255 or 27.07% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA99D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA99D is #015662. Grayscale: #C1C1C1. Windows color (decimal): -87651 or 10332670. OLE color: 10332670.

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

Color convert

RGB 254 169 157 -
CMYK 0 0.33 0.38 0.00
HSL 7.42º 0.98% 0.81% -
HSV(B) 7.42º 0.38% 1% -
XYZ 61.15 51.88 38.69 -
YUV 193.05 107.66 171.48 -
System Red Green Blue C M Y K H S L
Decimal 254 169 157 0 0.33 0.38 0.00 7.42 0.98 0.81
Hex FE A9 9D 0 21 26 0 7 62 51
Octal 376 251 235 0 41 46 0 7 142 121
Binary 11111110 10101001 10011101 0 100001 100110 0 111 1100010 1010001

Color Harmonies of #FEA99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA99D

Black with #FEA99D

Text Example


Text Example

White with #FEA99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA99D; }

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

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

background-color css

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

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

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

border-color css

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

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

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