Html Css Color HEX #FF9F96 Rose Bud

📋 copy color: '#FF9F96'

red 255 ◦ green 159 ◦ blue 150

#FF9F96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Bud #FF9F96

Tints of Rose Bud #FF9F96

RGB

 RED value IS 255 (100% from 255) = 45.21%

 GREEN value IS 159 (62.5% from 255) = 28.19%

 BLUE value IS 150 (58.98% from 255) = 26.6%

R = 45.21%
G = 28.19%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FF9F96 (or 0xFF9F96) is known color: Rose Bud. HEX triplet: FF, 9F and 96. RGB value is (255,159,150). Sum of RGB (Red+Green+Blue) = 255+159+150=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 159 (62.5% from 255 or 28.19% from 564); Blue value is 150 (58.98% from 255 or 26.60% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9F96 is #006069. Grayscale: #BABABA. Windows color (decimal): -24682 or 9871359. OLE color: 9871359.

HSL color Cylindrical-coordinate representation of color #FF9F96: hue angle of 5.14º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FF9F96 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB 255 159 150 -
CMYK 0 0.38 0.41 0
HSL 5.14º 1% 0.79% -
HSV(B) 5.14º 0.41% 1% -
XYZ 59.14 48.26 35.05 -
YUV 186.68 107.3 176.73 -
System Red Green Blue C M Y K H S L
Decimal 255 159 150 0 0.38 0.41 0 5.14 1 0.79
Hex FF 9F 96 0 26 29 0 5 64 4F
Octal 377 237 226 0 46 51 0 5 144 117
Binary 11111111 10011111 10010110 0 100110 101001 0 101 1100100 1001111

Color Harmonies of #FF9F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9F96

Black with #FF9F96

Text Example


Text Example

White with #FF9F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9F96; }

 p { color: rgb(255,159,150); }

 H1.HeaderClassName
 {
   color: #FF9F96;
 }
 .AnyTagClassName
 {
   color: #FF9F96;
 }
</style>

background-color css

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

 a { background-color: rgb(255,159,150); }

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

border-color css

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

 span { border-color: rgb(255,159,150); }

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