Html Css Color HEX #FB9F9E Rose Bud

📋 copy color: '#FB9F9E'

red 251 ◦ green 159 ◦ blue 158

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

Shades of Rose Bud #FB9F9E

Tints of Rose Bud #FB9F9E

RGB

 RED value IS 251 (98.44% from 255) = 44.19%

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

 BLUE value IS 158 (62.11% from 255) = 27.82%

R = 44.19%
G = 27.99%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FB9F9E (or 0xFB9F9E) is known color: Rose Bud. HEX triplet: FB, 9F and 9E. RGB value is (251,159,158). Sum of RGB (Red+Green+Blue) = 251+159+158=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 159 (62.5% from 255 or 27.99% from 568); Blue value is 158 (62.11% from 255 or 27.82% from 568); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9F9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9F9E is #046061. Grayscale: #BABABA. Windows color (decimal): -286818 or 10395643. OLE color: 10395643.

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

Color convert

RGB 251 159 158 -
CMYK 0 0.37 0.37 0.02
HSL 0.65º 0.92% 0.8% -
HSV(B) 0.65º 0.37% 0.98% -
XYZ 58.35 47.77 38.49 -
YUV 186.39 111.98 174.08 -
System Red Green Blue C M Y K H S L
Decimal 251 159 158 0 0.37 0.37 0.02 0.65 0.92 0.8
Hex FB 9F 9E 0 25 25 2 1 5C 50
Octal 373 237 236 0 45 45 2 1 134 120
Binary 11111011 10011111 10011110 0 100101 100101 10 1 1011100 1010000

Color Harmonies of #FB9F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9F9E

Black with #FB9F9E

Text Example


Text Example

White with #FB9F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9F9E; }

 p { color: rgb(251,159,158); }

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

background-color css

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

 a { background-color: rgb(251,159,158); }

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

border-color css

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

 span { border-color: rgb(251,159,158); }

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