#FE9F9C

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

Shades of Rose Bud #FE9F9C

Tints of Rose Bud #FE9F9C

Color information

#FE9F9C (or 0xFE9F9C) is unknown color: approx Rose Bud. HEX triplet: FE, 9F and 9C. RGB value is (254,159,156). Sum of RGB (Red+Green+Blue) = 254+159+156=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 159 (62.5% from 255 or 27.94% from 569); Blue value is 156 (61.33% from 255 or 27.42% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9F9C is #016063. Grayscale: #BBBBBB. Windows color (decimal): -90212 or 10264574. OLE color: 10264574.

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

Color convert

RGB254159156-
CMYK00.370.390.00
HSL1.84º98%80.39%-
HSV(B)1.84º38.58%99.61%-
XYZ59.2748.2737.65-
YUV187.06110.47175.74-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.64%
GREEN value IS 159 (62.5% from 255) = 27.94%
BLUE value IS 156 (61.33% from 255) = 27.42%
R=44.64%
G=27.94%
B=27.42%

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
Decimal25415915600.370.390.001.849880.39
HexFE9F9C02527026250
Octal3762372340454702142120
Binary111111101001111110011100010010110011101011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9F9C; }

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

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

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

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

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

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

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

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