#FEB0A2

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

Shades of Rose Bud #FEB0A2

Tints of Rose Bud #FEB0A2

Color information

#FEB0A2 (or 0xFEB0A2) is unknown color: approx Rose Bud. HEX triplet: FE, B0 and A2. RGB value is (254,176,162). Sum of RGB (Red+Green+Blue) = 254+176+162=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 176 (69.14% from 255 or 29.73% from 592); Blue value is 162 (63.67% from 255 or 27.36% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB0A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB0A2 is #014F5D. Grayscale: #C5C5C5. Windows color (decimal): -85854 or 10662142. OLE color: 10662142.

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

Color convert

RGB254176162-
CMYK00.310.360.00
HSL9.13º97.87%81.57%-
HSV(B)9.13º36.22%99.61%-
XYZ62.9254.7341.43-
YUV197.73107.84168.14-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.91%
GREEN value IS 176 (69.14% from 255) = 29.73%
BLUE value IS 162 (63.67% from 255) = 27.36%
R=42.91%
G=29.73%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417616200.310.360.009.1397.8781.57
HexFEB0A201F24096252
Octal37626024203744011142122
Binary1111111010110000101000100111111001000100111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB0A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB0A2; }

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

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

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

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

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

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

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

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