#FEB2A1

Color #FEB2A1 Rose Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud #FEB2A1

Tints of Rose Bud #FEB2A1

Color information

#FEB2A1 (or 0xFEB2A1) is unknown color: approx Rose Bud. HEX triplet: FE, B2 and A1. RGB value is (254,178,161). Sum of RGB (Red+Green+Blue) = 254+178+161=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 178 (69.92% from 255 or 30.02% from 593); Blue value is 161 (63.28% from 255 or 27.15% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB2A1 is #014D5E. Grayscale: #C6C6C6. Windows color (decimal): -85343 or 10597118. OLE color: 10597118.

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

Color convert

RGB254178161-
CMYK00.300.370.00
HSL10.97º97.89%81.37%-
HSV(B)10.97º36.61%99.61%-
XYZ63.2355.4841.1-
YUV198.79106.68167.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.83%
GREEN value IS 178 (69.92% from 255) = 30.02%
BLUE value IS 161 (63.28% from 255) = 27.15%
R=42.83%
G=30.02%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417816100.300.370.0010.9797.8981.37
HexFEB2A101E250b6251
Octal37626224103645013142121
Binary1111111010110010101000010111101001010101111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB2A1; }

 p { color: rgb(254,178,161); }

 H1.HeaderClassName
 {
   color: #FEB2A1;
 }
 .AnyTagClassName
 {
   color: #FEB2A1;
 }
</style>
background-color css

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

 a { background-color: rgb(254,178,161); }

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

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

 span { border-color: rgb(254,178,161); }

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