#FEB3A1

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

Shades of Rose Bud #FEB3A1

Tints of Rose Bud #FEB3A1

Color information

#FEB3A1 (or 0xFEB3A1) is unknown color: approx Rose Bud. HEX triplet: FE, B3 and A1. RGB value is (254,179,161). Sum of RGB (Red+Green+Blue) = 254+179+161=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 179 (70.31% from 255 or 30.13% from 594); Blue value is 161 (63.28% from 255 or 27.10% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB3A1 is #014C5E. Grayscale: #C7C7C7. Windows color (decimal): -85087 or 10597374. OLE color: 10597374.

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

Color convert

RGB254179161-
CMYK00.300.370.00
HSL11.61º97.89%81.37%-
HSV(B)11.61º36.61%99.61%-
XYZ63.4355.8841.16-
YUV199.37106.35166.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.76%
GREEN value IS 179 (70.31% from 255) = 30.13%
BLUE value IS 161 (63.28% from 255) = 27.10%
R=42.76%
G=30.13%
B=27.10%

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
Decimal25417916100.300.370.0011.6197.8981.37
HexFEB3A101E250c6251
Octal37626324103645014142121
Binary1111111010110011101000010111101001010110011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB3A1; }

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

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

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

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

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

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

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

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