Html Css Color HEX #FEA293 Rose Bud

📋 copy color: '#FEA293'

red 254 ◦ green 162 ◦ blue 147

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

Shades of Rose Bud #FEA293

Tints of Rose Bud #FEA293

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.77%

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

R = 45.12%
G = 28.77%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FEA293 (or 0xFEA293) is known color: Rose Bud. HEX triplet: FE, A2 and 93. RGB value is (254,162,147). Sum of RGB (Red+Green+Blue) = 254+162+147=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 162 (63.67% from 255 or 28.77% from 563); Blue value is 147 (57.81% from 255 or 26.11% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA293 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA293 is #015D6C. Grayscale: #BBBBBB. Windows color (decimal): -89453 or 9675518. OLE color: 9675518.

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

Color convert

RGB 254 162 147 -
CMYK 0 0.36 0.42 0.00
HSL 8.41º 0.98% 0.79% -
HSV(B) 8.41º 0.42% 1% -
XYZ 59.06 49.02 33.95 -
YUV 187.8 104.98 175.22 -
System Red Green Blue C M Y K H S L
Decimal 254 162 147 0 0.36 0.42 0.00 8.41 0.98 0.79
Hex FE A2 93 0 24 2A 0 8 62 4F
Octal 376 242 223 0 44 52 0 10 142 117
Binary 11111110 10100010 10010011 0 100100 101010 0 1000 1100010 1001111

Color Harmonies of #FEA293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA293

Black with #FEA293

Text Example


Text Example

White with #FEA293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA293; }

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

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

background-color css

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

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

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

border-color css

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

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

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