#FE9F9B

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

Shades of Rose Bud #FE9F9B

Tints of Rose Bud #FE9F9B

Color information

#FE9F9B (or 0xFE9F9B) is unknown color: approx Rose Bud. HEX triplet: FE, 9F and 9B. RGB value is (254,159,155). Sum of RGB (Red+Green+Blue) = 254+159+155=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 159 (62.5% from 255 or 27.99% from 568); Blue value is 155 (60.94% from 255 or 27.29% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9F9B is #016064. Grayscale: #BBBBBB. Windows color (decimal): -90213 or 10199038. OLE color: 10199038.

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

Color convert

RGB254159155-
CMYK00.370.390.00
HSL2.42º98.02%80.2%-
HSV(B)2.42º38.98%99.61%-
XYZ59.1948.2337.2-
YUV186.95109.97175.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.72%
GREEN value IS 159 (62.5% from 255) = 27.99%
BLUE value IS 155 (60.94% from 255) = 27.29%
R=44.72%
G=27.99%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415915500.370.390.002.4298.0280.2
HexFE9F9B02527026250
Octal3762372330454702142120
Binary111111101001111110011011010010110011101011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9F9B; }

 p { color: rgb(254,159,155); }

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

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

 a { background-color: rgb(254,159,155); }

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

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

 span { border-color: rgb(254,159,155); }

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