#FEB298

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

Shades of Rose Bud #FEB298

Tints of Rose Bud #FEB298

Color information

#FEB298 (or 0xFEB298) is unknown color: approx Rose Bud. HEX triplet: FE, B2 and 98. RGB value is (254,178,152). Sum of RGB (Red+Green+Blue) = 254+178+152=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 178 (69.92% from 255 or 30.48% from 584); Blue value is 152 (59.77% from 255 or 26.03% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB298 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB298 is #014D67. Grayscale: #C5C5C5. Windows color (decimal): -85352 or 10007294. OLE color: 10007294.

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

Color convert

RGB254178152-
CMYK00.300.400.00
HSL15.29º98.08%79.61%-
HSV(B)15.29º40.16%99.61%-
XYZ62.4655.1837.06-
YUV197.76102.18168.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.49%
GREEN value IS 178 (69.92% from 255) = 30.48%
BLUE value IS 152 (59.77% from 255) = 26.03%
R=43.49%
G=30.48%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417815200.300.400.0015.2998.0879.61
HexFEB29801E280f6250
Octal37626223003650017142120
Binary1111111010110010100110000111101010000111111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB298; }

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

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

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

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

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

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

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

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