#FEB4A1

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

Shades of Rose Bud #FEB4A1

Tints of Rose Bud #FEB4A1

Color information

#FEB4A1 (or 0xFEB4A1) is unknown color: approx Rose Bud. HEX triplet: FE, B4 and A1. RGB value is (254,180,161). Sum of RGB (Red+Green+Blue) = 254+180+161=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 180 (70.70% from 255 or 30.25% from 595); Blue value is 161 (63.28% from 255 or 27.06% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB4A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB4A1 is #014B5E. Grayscale: #C8C8C8. Windows color (decimal): -84831 or 10597630. OLE color: 10597630.

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

Color convert

RGB254180161-
CMYK00.290.370.00
HSL12.26º97.89%81.37%-
HSV(B)12.26º36.61%99.61%-
XYZ63.6356.2941.23-
YUV199.96106.02166.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.69%
GREEN value IS 180 (70.70% from 255) = 30.25%
BLUE value IS 161 (63.28% from 255) = 27.06%
R=42.69%
G=30.25%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418016100.290.370.0012.2697.8981.37
HexFEB4A101D250c6251
Octal37626424103545014142121
Binary1111111010110100101000010111011001010110011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB4A1; }

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

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

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

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

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

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

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

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