Html Css Color HEX #FEA993 Rose Bud

📋 copy color: '#FEA993'

red 254 ◦ green 169 ◦ blue 147

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

Shades of Rose Bud #FEA993

Tints of Rose Bud #FEA993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 25.79%

R = 44.56%
G = 29.65%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FEA993 (or 0xFEA993) is known color: Rose Bud. HEX triplet: FE, A9 and 93. RGB value is (254,169,147). Sum of RGB (Red+Green+Blue) = 254+169+147=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 169 (66.41% from 255 or 29.65% from 570); Blue value is 147 (57.81% from 255 or 25.79% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA993 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA993 is #01566C. Grayscale: #C0C0C0. Windows color (decimal): -87661 or 9677310. OLE color: 9677310.

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

Color convert

RGB 254 169 147 -
CMYK 0 0.33 0.42 0.00
HSL 12.34º 0.98% 0.79% -
HSV(B) 12.34º 0.42% 1% -
XYZ 60.33 51.55 34.37 -
YUV 191.91 102.66 172.29 -
System Red Green Blue C M Y K H S L
Decimal 254 169 147 0 0.33 0.42 0.00 12.34 0.98 0.79
Hex FE A9 93 0 21 2A 0 C 62 4F
Octal 376 251 223 0 41 52 0 14 142 117
Binary 11111110 10101001 10010011 0 100001 101010 0 1100 1100010 1001111

Color Harmonies of #FEA993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA993

Black with #FEA993

Text Example


Text Example

White with #FEA993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA993; }

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

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

background-color css

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

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

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

border-color css

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

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

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