Html Css Color HEX #FF9F9B Rose Bud

📋 copy color: '#FF9F9B'

red 255 ◦ green 159 ◦ blue 155

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

Shades of Rose Bud #FF9F9B

Tints of Rose Bud #FF9F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.24%

R = 44.82%
G = 27.94%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0

RGB Variations

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

Color information

#FF9F9B (or 0xFF9F9B) is known color: Rose Bud. HEX triplet: FF, 9F and 9B. RGB value is (255,159,155). Sum of RGB (Red+Green+Blue) = 255+159+155=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 159 (62.5% from 255 or 27.94% from 569); Blue value is 155 (60.94% from 255 or 27.24% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9F9B is #006064. Grayscale: #BBBBBB. Windows color (decimal): -24677 or 10199039. OLE color: 10199039.

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

Color convert

RGB 255 159 155 -
CMYK 0 0.38 0.39 0
HSL 2.4º 1% 0.8% -
HSV(B) 2.4º 0.39% 1% -
XYZ 59.55 48.42 37.22 -
YUV 187.25 109.8 176.33 -
System Red Green Blue C M Y K H S L
Decimal 255 159 155 0 0.38 0.39 0 2.4 1 0.8
Hex FF 9F 9B 0 26 27 0 2 64 50
Octal 377 237 233 0 46 47 0 2 144 120
Binary 11111111 10011111 10011011 0 100110 100111 0 10 1100100 1010000

Color Harmonies of #FF9F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9F9B

Black with #FF9F9B

Text Example


Text Example

White with #FF9F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9F9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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