Html Css Color HEX #FEA995 Rose Bud

📋 copy color: '#FEA995'

red 254 ◦ green 169 ◦ blue 149

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

Shades of Rose Bud #FEA995

Tints of Rose Bud #FEA995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 26.05%

R = 44.41%
G = 29.55%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FEA995 (or 0xFEA995) is known color: Rose Bud. HEX triplet: FE, A9 and 95. RGB value is (254,169,149). Sum of RGB (Red+Green+Blue) = 254+169+149=572 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.41% from 572); Green value is 169 (66.41% from 255 or 29.55% from 572); Blue value is 149 (58.59% from 255 or 26.05% from 572); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA995 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA995 is #01566A. Grayscale: #C0C0C0. Windows color (decimal): -87659 or 9808382. OLE color: 9808382.

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

Color convert

RGB 254 169 149 -
CMYK 0 0.33 0.41 0.00
HSL 11.43º 0.98% 0.79% -
HSV(B) 11.43º 0.41% 1% -
XYZ 60.49 51.62 35.21 -
YUV 192.14 103.66 172.13 -
System Red Green Blue C M Y K H S L
Decimal 254 169 149 0 0.33 0.41 0.00 11.43 0.98 0.79
Hex FE A9 95 0 21 29 0 B 62 4F
Octal 376 251 225 0 41 51 0 13 142 117
Binary 11111110 10101001 10010101 0 100001 101001 0 1011 1100010 1001111

Color Harmonies of #FEA995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA995

Black with #FEA995

Text Example


Text Example

White with #FEA995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA995; }

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

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

background-color css

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

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

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

border-color css

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

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

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