#FEB2A2

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

Shades of Rose Bud #FEB2A2

Tints of Rose Bud #FEB2A2

Color information

#FEB2A2 (or 0xFEB2A2) is unknown color: approx Rose Bud. HEX triplet: FE, B2 and A2. RGB value is (254,178,162). Sum of RGB (Red+Green+Blue) = 254+178+162=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 178 (69.92% from 255 or 29.97% from 594); Blue value is 162 (63.67% from 255 or 27.27% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB2A2 is #014D5D. Grayscale: #C7C7C7. Windows color (decimal): -85342 or 10662654. OLE color: 10662654.

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

Color convert

RGB254178162-
CMYK00.300.360.00
HSL10.43º97.87%81.57%-
HSV(B)10.43º36.22%99.61%-
XYZ63.3255.5241.56-
YUV198.9107.18167.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.76%
GREEN value IS 178 (69.92% from 255) = 29.97%
BLUE value IS 162 (63.67% from 255) = 27.27%
R=42.76%
G=29.97%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417816200.300.360.0010.4397.8781.57
HexFEB2A201E240a6252
Octal37626224203644012142122
Binary1111111010110010101000100111101001000101011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB2A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB2A2; }

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

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

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

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

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

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

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

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