Html Css Color HEX #FEA58E Rose Bud

📋 copy color: '#FEA58E'

red 254 ◦ green 165 ◦ blue 142

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

Shades of Rose Bud #FEA58E

Tints of Rose Bud #FEA58E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.41%

 BLUE value IS 142 (55.86% from 255) = 25.31%

R = 45.28%
G = 29.41%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FEA58E (or 0xFEA58E) is known color: Rose Bud. HEX triplet: FE, A5 and 8E. RGB value is (254,165,142). Sum of RGB (Red+Green+Blue) = 254+165+142=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 165 (64.84% from 255 or 29.41% from 561); Blue value is 142 (55.86% from 255 or 25.31% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA58E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA58E is #015A71. Grayscale: #BDBDBD. Windows color (decimal): -88690 or 9348606. OLE color: 9348606.

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

Color convert

RGB 254 165 142 -
CMYK 0 0.35 0.44 0.00
HSL 12.32º 0.98% 0.78% -
HSV(B) 12.32º 0.44% 1% -
XYZ 59.21 49.93 32.11 -
YUV 188.99 101.49 174.37 -
System Red Green Blue C M Y K H S L
Decimal 254 165 142 0 0.35 0.44 0.00 12.32 0.98 0.78
Hex FE A5 8E 0 23 2C 0 C 62 4E
Octal 376 245 216 0 43 54 0 14 142 116
Binary 11111110 10100101 10001110 0 100011 101100 0 1100 1100010 1001110

Color Harmonies of #FEA58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA58E

Black with #FEA58E

Text Example


Text Example

White with #FEA58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA58E; }

 p { color: rgb(254,165,142); }

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

background-color css

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

 a { background-color: rgb(254,165,142); }

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

border-color css

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

 span { border-color: rgb(254,165,142); }

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