#FD9F98

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

Shades of Rose Bud #FD9F98

Tints of Rose Bud #FD9F98

Color information

#FD9F98 (or 0xFD9F98) is unknown color: approx Rose Bud. HEX triplet: FD, 9F and 98. RGB value is (253,159,152). Sum of RGB (Red+Green+Blue) = 253+159+152=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 159 (62.5% from 255 or 28.19% from 564); Blue value is 152 (59.77% from 255 or 26.95% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9F98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD9F98 is #026067. Grayscale: #BABABA. Windows color (decimal): -155752 or 10002429. OLE color: 10002429.

HSL color Cylindrical-coordinate representation of color #FD9F98: hue angle of 4.16º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FD9F98 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB253159152-
CMYK00.370.400.01
HSL4.16º96.19%79.41%-
HSV(B)4.16º39.92%99.22%-
XYZ58.5747.9535.87-
YUV186.31108.64175.57-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.86%
GREEN value IS 159 (62.5% from 255) = 28.19%
BLUE value IS 152 (59.77% from 255) = 26.95%
R=44.86%
G=28.19%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315915200.370.400.014.1696.1979.41
HexFD9F980252814604f
Octal3752372300455014140117
Binary1111110110011111100110000100101101000110011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9F98; }

 p { color: rgb(253,159,152); }

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

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

 a { background-color: rgb(253,159,152); }

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

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

 span { border-color: rgb(253,159,152); }

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