Html Css Color HEX #FEA59B Rose Bud

📋 copy color: '#FEA59B'

red 254 ◦ green 165 ◦ blue 155

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

Shades of Rose Bud #FEA59B

Tints of Rose Bud #FEA59B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27%

R = 44.25%
G = 28.75%
B = 27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FEA59B (or 0xFEA59B) is known color: Rose Bud. HEX triplet: FE, A5 and 9B. RGB value is (254,165,155). Sum of RGB (Red+Green+Blue) = 254+165+155=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 165 (64.84% from 255 or 28.75% from 574); Blue value is 155 (60.94% from 255 or 27.00% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA59B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA59B is #015A64. Grayscale: #BEBEBE. Windows color (decimal): -88677 or 10200574. OLE color: 10200574.

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

Color convert

RGB 254 165 155 -
CMYK 0 0.35 0.39 0.00
HSL 6.06º 0.98% 0.8% -
HSV(B) 6.06º 0.39% 1% -
XYZ 60.24 50.35 37.55 -
YUV 190.47 107.99 173.31 -
System Red Green Blue C M Y K H S L
Decimal 254 165 155 0 0.35 0.39 0.00 6.06 0.98 0.8
Hex FE A5 9B 0 23 27 0 6 62 50
Octal 376 245 233 0 43 47 0 6 142 120
Binary 11111110 10100101 10011011 0 100011 100111 0 110 1100010 1010000

Color Harmonies of #FEA59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA59B

Black with #FEA59B

Text Example


Text Example

White with #FEA59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA59B; }

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

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

background-color css

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

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

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

border-color css

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

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

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